Skip to content

Commit

Permalink
The default log level in PLogger is now message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Oct 24, 2023
1 parent fe717c7 commit 01a5847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/log/logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,5 +288,5 @@ void PLogger::set_log_level(const LogLevel p_log_level) {
_log_level = p_log_level;
}

PLogger::LogLevel PLogger::_log_level = LOG_LEVEL_TRACE;
PLogger::LogLevel PLogger::_log_level = LOG_LEVEL_MESSAGE;
Ref<LoggerBackend> PLogger::_backend;

0 comments on commit 01a5847

Please sign in to comment.