diff --git a/libs/log/source/log.cpp b/libs/log/source/log.cpp index bae04605..e1f6a699 100644 --- a/libs/log/source/log.cpp +++ b/libs/log/source/log.cpp @@ -12,7 +12,7 @@ namespace psemek::log { - static std::size_t max_thread_name_length = 5; + static std::size_t max_thread_name_length = 8; void set_max_thread_name_length(std::size_t length) {