Added better favicon downloader.

This commit is contained in:
BlackDex
2019-01-27 15:39:19 +01:00
parent 700e084101
commit 9657463717
5 changed files with 299 additions and 5 deletions

View File

@@ -99,6 +99,7 @@ fn init_logging() -> Result<(), fern::InitError> {
.level_for("handlebars", log::LevelFilter::Warn)
.level_for("ws", log::LevelFilter::Info)
.level_for("multipart", log::LevelFilter::Info)
.level_for("html5ever", log::LevelFilter::Info)
.chain(std::io::stdout());
if let Some(log_file) = CONFIG.log_file() {