Skip to content

Commit c3fb4b5

Browse files
committed
fix(config): update log file path for consistency
1 parent 17183f8 commit c3fb4b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
log:
99
level: info
1010
format: text
11-
#file: lazydns.log
11+
# file: log/lazydns.log
1212

1313
# Plugin execution flow
1414
plugins:

etc/lazydns/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
log:
99
level: info
1010
format: text
11-
file: /var/log/lazydns.log
11+
file: /var/log/lazydns/lazydns.log
1212

1313
# Plugin execution flow
1414
plugins:

0 commit comments

Comments
 (0)