🔊 Log to journald

This commit is contained in:
Lucy 2022-07-11 11:25:34 -04:00
parent 07c811ba97
commit 7be35d6153
No known key found for this signature in database
GPG key ID: EBC517FAD666BBF1
3 changed files with 18 additions and 4 deletions

View file

@ -19,4 +19,5 @@ serde_json = "1"
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7"
tracing = "0.1"
tracing-journald = "0.3.0"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }