rico0: reduce loki log level
This commit is contained in:
parent
0d13e1f5a6
commit
ec88b839f1
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
||||||
,
|
,
|
||||||
} @ inputs:
|
} @ inputs:
|
||||||
let
|
let
|
||||||
lib = nixpkgs.lib;
|
inherit (nixpkgs) lib;
|
||||||
packages = system: import nixpkgs {
|
packages = system: import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
config = {
|
config = {
|
||||||
|
|
|
@ -3,7 +3,7 @@ auth_enabled: false
|
||||||
server:
|
server:
|
||||||
http_listen_port: 3100
|
http_listen_port: 3100
|
||||||
grpc_listen_port: 9096
|
grpc_listen_port: 9096
|
||||||
log_level: debug
|
log_level: info
|
||||||
grpc_server_max_concurrent_streams: 1000
|
grpc_server_max_concurrent_streams: 1000
|
||||||
|
|
||||||
common:
|
common:
|
||||||
|
|
Loading…
Reference in a new issue