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.
You must log in or register to comment.
Docker stores that stdout per default in a log file in var/lib/docker/containers/…
You can configure the default or override per service. This isn’t something containers should be doing.