Update config.yaml for Console access log output is now controlled by enableAccessLog

This commit is contained in:
cloudskytian
2025-07-25 10:18:42 +08:00
parent d1a82c85a5
commit 9cd7910aff
+1 -1
View File
@@ -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)