Double log file count to keep

This commit is contained in:
Georg Hagen
2024-12-06 16:56:49 +01:00
parent be662a9a19
commit 455275b182

View File

@@ -32,7 +32,7 @@ namespace OpenVulkano
namespace
{
constexpr size_t MAX_LOG_FILE_SIZE = 512_MiB;
constexpr size_t MAX_LOG_FILE_COUNT = 3;
constexpr size_t MAX_LOG_FILE_COUNT = 6;
class CustomThreadNameFormatterFlag : public spdlog::custom_flag_formatter
{