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:
|
||||
let
|
||||
lib = nixpkgs.lib;
|
||||
inherit (nixpkgs) lib;
|
||||
packages = system: import nixpkgs {
|
||||
inherit system;
|
||||
config = {
|
||||
|
|
|
@ -3,7 +3,7 @@ auth_enabled: false
|
|||
server:
|
||||
http_listen_port: 3100
|
||||
grpc_listen_port: 9096
|
||||
log_level: debug
|
||||
log_level: info
|
||||
grpc_server_max_concurrent_streams: 1000
|
||||
|
||||
common:
|
||||
|
|
Loading…
Reference in a new issue