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
100100securityOverride: false
101101# -- LOGGING CONFIGURATION --
102102logging:
103103 # Enable access logging to access.log file and console output
104104 # Records new connections with timestamp, IP address and user agent
105105 enableAccessLog: true
106106 # Minimum log level to display in the terminal (DEBUG = 0, INFO = 1, WARN = 2, ERROR = 3)