uiri / SEGIMAP

IMAP (and LMTP) Server written in Rust
MIT License
32 stars 6 forks source link

Correct log message priorities #29

Open indiv0 opened 7 years ago

indiv0 commented 7 years ago

Per the discussion in #28, a lot of our logging statements use incorrect priorities for the output (mostly warn! everywhere). This is not a high-priority issue, but should be resolved at some point nonetheless to allow us to properly filter logging output.