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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user