bin/roowhod: configure loglevel via config file, use journald protocol

This commit is contained in:
2026-04-29 06:03:11 +09:00
parent 448ce6e500
commit a3aae2b28b
6 changed files with 47 additions and 15 deletions
Generated
+12
View File
@@ -844,6 +844,7 @@ dependencies = [
"tokio-util",
"toml",
"tracing",
"tracing-journald",
"tracing-subscriber",
"users",
"uucore",
@@ -1219,6 +1220,17 @@ dependencies = [
"valuable",
]
[[package]]
name = "tracing-journald"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d3a81ed245bfb62592b1e2bc153e77656d94ee6a0497683a65a12ccaf2438d0"
dependencies = [
"libc",
"tracing-core",
"tracing-subscriber",
]
[[package]]
name = "tracing-log"
version = "0.2.0"