Add some logging so that with the env variable RUST_LOG=debug or similar, there is timestamped output to stderr

This commit is contained in:
Barry Pederson
2026-02-03 15:57:11 -08:00
parent 83d437c9ce
commit 1de0fa16db
6 changed files with 151 additions and 5 deletions
+2
View File
@@ -7,6 +7,8 @@ edition.workspace = true
clap = { workspace = true }
common = { workspace = true }
argon2 = "0.5.3"
env_logger = "0.11.8"
log = "0.4.29"
[[bin]]
name = "saslauthd"