[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
Generated
+12
View File
@@ -1322,6 +1322,7 @@ dependencies = [
"sha2",
"static_init",
"structopt",
"syslog-tracing",
"timeago",
"tokio",
"toml",
@@ -3930,6 +3931,17 @@ dependencies = [
"unicode-xid",
]
[[package]]
name = "syslog-tracing"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "340b1540dcdb6b066bc2966e7974f977ab1a38f21b2be189014ffb0cc2405768"
dependencies = [
"libc",
"tracing-core",
"tracing-subscriber",
]
[[package]]
name = "system-configuration"
version = "0.5.1"