AT:
- by default the log output is limited to maximum size of 1 GB
- a new file is created for the log output every day
- additionally, after 50 MB a new file is created for the log output, incrementing the appended number of the file name if multiple exist on the same day
- if the total maximum is reached the oldest files are automatically being removed
- if the total number of log files reaches 30, the oldest is removed
Context:
There are customers that use the demo distribution in their production environment and/or testing it under a very high light. After a while they suffer of running out of disc space.
Hint:
Have a look at the this comment from sebastian.bathke on a support case. There he already suggests how storing the log could be done in a rolling fashion.