rico0: reduce loki log level

This commit is contained in:
Adithya 2024-08-10 23:37:32 +05:30
parent 0d13e1f5a6
commit ec88b839f1
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
2 changed files with 2 additions and 2 deletions

View file

@ -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 = {

View file

@ -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: