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

9cd7910aff86509fb99c2c25afb72106ab4c9aae

cloudskytian <cloudskytian@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
default/config.yaml+1 -1
@@ -100,7 +100,7 @@ disableCsrfProtection: false
100securityOverride: false100securityOverride: false
101# -- LOGGING CONFIGURATION --101# -- LOGGING CONFIGURATION --
102logging:102logging:
103 # Enable access logging to access.log file103 # Enable access logging to access.log file and console output
104 # Records new connections with timestamp, IP address and user agent104 # Records new connections with timestamp, IP address and user agent
105 enableAccessLog: true105 enableAccessLog: true
106 # Minimum log level to display in the terminal (DEBUG = 0, INFO = 1, WARN = 2, ERROR = 3)106 # Minimum log level to display in the terminal (DEBUG = 0, INFO = 1, WARN = 2, ERROR = 3)