Double log file count to keep
This commit is contained in:
@@ -32,7 +32,7 @@ namespace OpenVulkano
|
|||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
constexpr size_t MAX_LOG_FILE_SIZE = 512_MiB;
|
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
|
class CustomThreadNameFormatterFlag : public spdlog::custom_flag_formatter
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user