rico0: reduce logs from blocky
This commit is contained in:
parent
23779c1331
commit
7f922f1119
1 changed files with 6 additions and 0 deletions
|
@ -72,6 +72,12 @@ _: {
|
|||
https = "192.168.1.10:8443,10.10.10.10:8443";
|
||||
http = "192.168.1.10:8080,10.10.10.10:8080";
|
||||
};
|
||||
log = {
|
||||
level = "warn";
|
||||
format = "json";
|
||||
timestamp = true;
|
||||
privacy = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue