From 9cd7910aff86509fb99c2c25afb72106ab4c9aae Mon Sep 17 00:00:00 2001 From: cloudskytian Date: Fri, 25 Jul 2025 10:18:42 +0800 Subject: [PATCH] Update config.yaml for Console access log output is now controlled by enableAccessLog --- default/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/config.yaml b/default/config.yaml index 6965d8b35..bdc25006d 100644 --- a/default/config.yaml +++ b/default/config.yaml @@ -100,7 +100,7 @@ disableCsrfProtection: false securityOverride: false # -- LOGGING CONFIGURATION -- logging: - # Enable access logging to access.log file + # Enable access logging to access.log file and console output # Records new connections with timestamp, IP address and user agent enableAccessLog: true # Minimum log level to display in the terminal (DEBUG = 0, INFO = 1, WARN = 2, ERROR = 3)