gogs: set log level to warn
This commit is contained in:
parent
b605fd1fad
commit
45d649a327
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@
|
||||||
SSH_PORT = 443
|
SSH_PORT = 443
|
||||||
START_SSH_SERVER = true
|
START_SSH_SERVER = true
|
||||||
SSH_LISTEN_PORT = 2222
|
SSH_LISTEN_PORT = 2222
|
||||||
|
|
||||||
|
[log]
|
||||||
|
; Either "Trace", "Info", "Warn", "Error", "Fatal", default is "Trace"
|
||||||
|
LEVEL = Warn
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue