frePPLe / frepple

frePPLe - open source supply chain planning
https://frepple.com
Other
524 stars 248 forks source link

keep some history of planning engine log files #225

Closed jdetaeye closed 7 years ago

jdetaeye commented 7 years ago

Currently the log file of a planning run overwrites the previous one. Keeping the X last files would be useful in some cases.

Implementation:

jranita commented 7 years ago

Timestamp added. View log file removed and replaced by button in grid. Log files limited by total size parameter in djangosettings, deletion occurs in frepple_runworker.

Still missing Python logging instead of prints.