From 7d4ca986d2cb08e140afff61416e0c1e8ffbb7df Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Sat, 28 Mar 2026 16:03:58 -0400 Subject: [PATCH] use syslog by default, users who want file can disable this option; --- configs/bridge-config.example.yml | 2 +- configs/config.example.yml | 2 +- configs/fne-config.example.yml | 2 +- configs/patch-config.example.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/bridge-config.example.yml b/configs/bridge-config.example.yml index 1f7ee5ba..84adfa6b 100644 --- a/configs/bridge-config.example.yml +++ b/configs/bridge-config.example.yml @@ -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. diff --git a/configs/config.example.yml b/configs/config.example.yml index 70c2f629..18e9c7c1 100644 --- a/configs/config.example.yml +++ b/configs/config.example.yml @@ -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. diff --git a/configs/fne-config.example.yml b/configs/fne-config.example.yml index 6ed93b7e..69782dd9 100644 --- a/configs/fne-config.example.yml +++ b/configs/fne-config.example.yml @@ -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. diff --git a/configs/patch-config.example.yml b/configs/patch-config.example.yml index 9c0ae864..24a2ac9e 100644 --- a/configs/patch-config.example.yml +++ b/configs/patch-config.example.yml @@ -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.