Update config.yaml for Console access log output is now controlled by enableAccessLog
| @@ -100,7 +100,7 @@ disableCsrfProtection: false | ||
| 100 | 100 | securityOverride: false |
| 101 | 101 | # -- LOGGING CONFIGURATION -- |
| 102 | 102 | logging: |
| 103 | 103 | # Enable access logging to access.log file and console output |
| 104 | 104 | # Records new connections with timestamp, IP address and user agent |
| 105 | 105 | enableAccessLog: true |
| 106 | 106 | # Minimum log level to display in the terminal (DEBUG = 0, INFO = 1, WARN = 2, ERROR = 3) |