gogs: set log level to warn

This commit is contained in:
Ingolf Wagner 2020-04-02 08:53:51 +02:00
parent b605fd1fad
commit 45d649a327
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -32,6 +32,10 @@
SSH_PORT = 443
START_SSH_SERVER = true
SSH_LISTEN_PORT = 2222
[log]
; Either "Trace", "Info", "Warn", "Error", "Fatal", default is "Trace"
LEVEL = Warn
'';
};