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