mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 10:22:02 +00:00
refactor: replace systemd logger with env_logger
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
This commit is contained in:
parent
cd737b895e
commit
ec132a2840
2 changed files with 7 additions and 14 deletions
|
|
@ -18,7 +18,5 @@ actix-files = "0.6"
|
|||
tokio = { version = "1", features = ["full"] }
|
||||
clap = { version = "4.4", features = ["derive"] }
|
||||
log = "0.4"
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
systemd = { version = "0.10", features = ["journal", "vendored"] }
|
||||
env_logger = "0.11"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue