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:
@ -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());
|
||||
}
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user