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;
|
httpPort = port;
|
||||||
database.type = "postgres";
|
database.type = "postgres";
|
||||||
disableRegistration = false;
|
disableRegistration = false;
|
||||||
|
log = {
|
||||||
|
level = "Warn";
|
||||||
|
};
|
||||||
settings = {
|
settings = {
|
||||||
openid = {
|
openid = {
|
||||||
ENABLE_OPENID_SIGNUP = true;
|
ENABLE_OPENID_SIGNUP = true;
|
||||||
|
|
Loading…
Reference in a new issue