mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-06 02:15:22 -05:00
fix: change log rotation size from 10kb to 10mb (#6648)
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
"level": "DEBUG",
|
"level": "DEBUG",
|
||||||
"formatter": "detailed",
|
"formatter": "detailed",
|
||||||
"filename": "${DATA_DIR}/mealie.log",
|
"filename": "${DATA_DIR}/mealie.log",
|
||||||
"maxBytes": 10000,
|
"maxBytes": 10000000,
|
||||||
"backupCount": 3
|
"backupCount": 3
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user