mirror of
https://github.com/monero-project/monero.git
synced 2025-01-18 16:54:42 +00:00
contrib: smaller and more reasonable log size.
This commit is contained in:
parent
cc73fe7116
commit
92b671c564
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue