diff options
| author | Luke Hoersten <[email protected]> | 2025-01-03 19:36:28 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2025-01-03 19:36:28 -0600 |
| commit | b180fe427c44da015874dbf86c326f6e6bcd0aa8 (patch) | |
| tree | 69eefe573ed98667c83dce74cb659f7647985e8c /ergo/templates | |
| parent | de5838029ed131c31f54addf155ec9b476a23ae0 (diff) | |
Version updates and fixed excessive logging on web server.
Diffstat (limited to 'ergo/templates')
| -rw-r--r-- | ergo/templates/config.yaml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ergo/templates/config.yaml.j2 b/ergo/templates/config.yaml.j2 index e0dac7a..a0c3249 100644 --- a/ergo/templates/config.yaml.j2 +++ b/ergo/templates/config.yaml.j2 @@ -658,7 +658,7 @@ logging: type: "* -userinput -useroutput" # one of: debug info warn error - level: info + level: error #- # # example of a file log that avoids logging IP addresses # method: file |
