services/monitoring: Reduce Loki log spam
This commit is contained in:
parent
0c8612149e
commit
8c72443ab1
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ in
|
||||||
configuration = {
|
configuration = {
|
||||||
auth_enabled = false;
|
auth_enabled = false;
|
||||||
server = {
|
server = {
|
||||||
|
log_level = "warn";
|
||||||
http_listen_address = myNode.hypr.addr;
|
http_listen_address = myNode.hypr.addr;
|
||||||
http_listen_port = ports.loki;
|
http_listen_port = ports.loki;
|
||||||
grpc_listen_address = "127.0.0.1";
|
grpc_listen_address = "127.0.0.1";
|
||||||
|
|
Loading…
Reference in a new issue