mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-09-18 15:59:55 +02:00
Increase all rotating logger's size to 10MB
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
constexpr int SPDLOG_MAX_SIZE = 10 * 1024; // Sets number of bytes before rotating logger.
|
constexpr int SPDLOG_MAX_SIZE = 10 * 1024 * 1024; // Sets number of bytes before rotating logger.
|
||||||
constexpr int SPDLOG_NUM_FILE = 0; // Sets number of files to rotate to.
|
constexpr int SPDLOG_NUM_FILE = 0; // Sets number of files to rotate to.
|
||||||
|
|
||||||
inline bool g_bSpdLog_UseAnsiClr = false;
|
inline bool g_bSpdLog_UseAnsiClr = false;
|
||||||
|
Reference in New Issue
Block a user