Move log level to config file

This commit is contained in:
Andras Schmelczer 2025-12-07 15:06:08 +00:00
parent 8439bd8b92
commit 78a706ab8d
9 changed files with 47 additions and 26 deletions

View file

@ -30,7 +30,6 @@ clap = { version = "4.5.38", features = ["derive"] }
futures = "0.3.31"
serde_yaml = "0.9.34"
serde_json = "1.0.140"
clap-verbosity-flag = "3.0.3"
bimap = "0.6.3"
ts-rs = { version = "10.1", features = ["uuid-impl", "chrono-impl"] }
base64 = "0.22.1"