gitea: log only from WARN and up
This commit is contained in:
parent
be6e81ad46
commit
6b994c8591
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ in
|
|||
httpPort = port;
|
||||
database.type = "postgres";
|
||||
disableRegistration = false;
|
||||
log = {
|
||||
level = "Warn";
|
||||
};
|
||||
settings = {
|
||||
openid = {
|
||||
ENABLE_OPENID_SIGNUP = true;
|
||||
|
|
Loading…
Reference in a new issue