use syslog by default, users who want file can disable this option;

pull/121/head
Bryan Biedenkapp 2 months ago
parent 417ec174b9
commit 7d4ca986d2

@ -21,7 +21,7 @@ log:
# File logging level.
fileLevel: 1
# Flag indicating file logs should be sent to syslog instead of a file.
useSyslog: false
useSyslog: true
# Full path for the directory to store the log files.
filePath: .
# Full path for the directory to store the activity log files.

@ -36,7 +36,7 @@ log:
# File logging level.
fileLevel: 1
# Flag indicating file logs should be sent to syslog instead of a file.
useSyslog: false
useSyslog: true
# Full path for the directory to store the log files.
filePath: .
# Full path for the directory to store the activity log files.

@ -35,7 +35,7 @@ log:
# Full path for the directory to store the log files.
filePath: .
# Flag indicating file logs should be sent to syslog instead of a file.
useSyslog: false
useSyslog: true
# Full path for the directory to store the activity log files.
activityFilePath: .
# Log filename prefix.

@ -21,7 +21,7 @@ log:
# File logging level.
fileLevel: 1
# Flag indicating file logs should be sent to syslog instead of a file.
useSyslog: false
useSyslog: true
# Full path for the directory to store the log files.
filePath: .
# Full path for the directory to store the activity log files.

Loading…
Cancel
Save

Powered by TurnKey Linux.