mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-14 23:37:01 +05:30
feat(logging): add a journald feature to log to systemd
This commit is contained in:
parent
28fa08a67b
commit
139e833d04
3 changed files with 26 additions and 0 deletions
|
@ -20,7 +20,11 @@ serde = "1.0.136"
|
|||
serde_derive = "1.0.136"
|
||||
toml = "0.5.8"
|
||||
tracing = "0.1.32"
|
||||
tracing-journald = { version = "0.2.3", optional = true }
|
||||
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
|
||||
|
||||
[dev-dependencies]
|
||||
assay = "0.1.1"
|
||||
|
||||
[features]
|
||||
journald = ["tracing-journald"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue