1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

Debug log level implementation

Debug log will now filter output based on debug level that is enabled.
This commit is contained in:
mkaruza
2019-02-12 10:44:26 +01:00
committed by Teemu Ollakka
parent 510c7f767f
commit be98517cb3
9 changed files with 131 additions and 74 deletions

View File

@ -674,7 +674,7 @@ namespace wsrep
int debug_log_level() const
{
return std::max(debug_log_level_,
server_state_.debug_log_level());
wsrep::log::debug_log_level());
}
//