Server/endlessh: disable stderr logging, enable geoip
This commit is contained in:
parent
c66d7c21da
commit
8933b405d4
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
enable = true;
|
||||
listenAddress = "127.0.0.1";
|
||||
};
|
||||
extraOptions = ["-alsologtostderr" "-v=1"];
|
||||
extraOptions = ["-geoip_supplier ip-api"];
|
||||
};
|
||||
|
||||
services.prometheus.scrapeConfigs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue