[syslog] Add support to logging to syslog

Original patch by Jakub Jirutka for Alpine Linux port.
This commit is contained in:
Alex Auvolat
2024-03-20 14:21:08 +01:00
parent 26310f3242
commit fe8a7819fa
6 changed files with 80 additions and 12 deletions
+1
View File
@@ -72,6 +72,7 @@ kuska-handshake = { version = "0.2.0", features = ["default", "async_std"] }
clap = { version = "4.1", features = ["derive", "env"] }
pretty_env_logger = "0.5"
structopt = { version = "0.3", default-features = false }
syslog-tracing = "0.3"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }