Unverified Commit 8607ad2f authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Merge pull request #953

Fix verbosity level with disabled console output
parents 58986b85 b5745dcd
......@@ -388,6 +388,7 @@ void logger::init(actor_system_config& cfg) {
} else if (to_lowercase(con_atm) != atom("uncolored")) {
// Disable console output if neither 'colored' nor 'uncolored' are present.
cfg_.console_verbosity = CAF_LOG_LEVEL_QUIET;
cfg_.verbosity = cfg_.file_verbosity;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment