ma stats/server: disable verbose logging
This commit is contained in:
parent
28026e6571
commit
ad9623e181
@ -21,6 +21,13 @@ in {
|
||||
services.influxdb.extraConfig = {
|
||||
meta.hostname = config.krebs.build.host.name;
|
||||
# meta.logging-enabled = true;
|
||||
logging.level = "info";
|
||||
http.log-enabled = true;
|
||||
http.write-tracing = false;
|
||||
http.suppress-write-log = true;
|
||||
data.trace-logging-enabled = false;
|
||||
data.query-log-enabled = false;
|
||||
|
||||
http.bind-address = ":${toString influx-port}";
|
||||
admin.bind-address = ":8083";
|
||||
monitoring = {
|
||||
|
Loading…
Reference in New Issue
Block a user