From 7cad884687ecb719436a98e754cd051fffd82d33 Mon Sep 17 00:00:00 2001 From: Aleksander <170264518+t-aleksander@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:45:39 +0200 Subject: [PATCH] add missing config value --- example-config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example-config.toml b/example-config.toml index b87f02f..d8cc293 100644 --- a/example-config.toml +++ b/example-config.toml @@ -13,3 +13,5 @@ grpc_port = 50051 # grpc_cert: proxy.crt # Optional: path to key file # grpc_key: proxy.key + +log_level = "info"