mirror of
https://github.com/monero-project/monero.git
synced 2025-02-22 17:50:20 +02:00
Merge pull request #9428
92b671c56
contrib: smaller and more reasonable log size. (0xFFFC0000)
This commit is contained in:
commit
94188d1a4a
@ -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)) { \
|
||||
|
Loading…
Reference in New Issue
Block a user