mirror of
https://github.com/monero-project/monero.git
synced 2025-12-11 16:02:34 +01:00
contrib: smaller and more reasonable log size.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#define MONERO_DEFAULT_LOG_CATEGORY "default"
|
||||
|
||||
#define MAX_LOG_FILE_SIZE 104850000 // 100 MB - 7600 bytes
|
||||
#define MAX_LOG_FILES 50
|
||||
#define MAX_LOG_FILES 10
|
||||
|
||||
#define MCLOG_TYPE(level, cat, color, type, x) do { \
|
||||
if (el::Loggers::allowed(level, cat)) { \
|
||||
|
||||
Reference in New Issue
Block a user