diff options
Diffstat (limited to '')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 5e384f86..b6ae32b5 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -65,7 +65,7 @@ void init_logging_system() { auto main_logger = std::make_shared<spdlog::async_logger>( "main", begin(sinks), end(sinks), spdlog::thread_pool()); main_logger->set_pattern( - "[%H:%M:%S.%e] [T:%t] [%=4n] %^[%=8l]%$ [%s:%#] [%!] -> %v (+%ius)"); + "[%H:%M:%S.%e] [T:%t] [%=6n] %^[%=8l]%$ [%s:%#] [%!] -> %v (+%ius)"); #ifdef DEBUG main_logger->set_level(spdlog::level::trace); |