I set it to debug at somepoint and forgot maybe? Idk, but why the heck does the default config of the official Docker is to keep all logs, forever, in a single file woth no rotation?
Feels like 101 of log files. Anyway, this explains why my storage recipt grew slowly but unexpectedly.
The
price rboemproblem is that the log file is inside the container in the www folder.Edit: typo
You can move it.
Right, I should probably map the file directly to the system log folder. I’ll try that.