Skip to content
Commit 219abb7a authored by eta's avatar eta
Browse files

Replace log4rs with simpler home-grown logging system

- Instead of using heavyweight log4rs, which didn't really get us
  much, we now just implement a logger with the log crate directly.
- Logging is configurable via three parameters:
  * stdout log level
  * IRC channel log level
  * whether to log messages from other libraries, or not
- Logging configuration now has its own section in the config.
parent 35a4665e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment