diff --git a/mealie/core/logger/logconf.prod.json b/mealie/core/logger/logconf.prod.json index 383cbd2d5..327797268 100644 --- a/mealie/core/logger/logconf.prod.json +++ b/mealie/core/logger/logconf.prod.json @@ -40,7 +40,7 @@ "level": "DEBUG", "formatter": "detailed", "filename": "${DATA_DIR}/mealie.log", - "maxBytes": 10000, + "maxBytes": 10000000, "backupCount": 3 } },