Gico

Members
  • Posts

    293
  • Joined

  • Last visited

Community Answers

  1. Gico's post in Docker Log File Size Issue was marked as the answer   
    So after 3 years tolerating this issue and restarting the Docker service like every 3 days for a while in order to delete the log file,
    I found the issue:  /boot/config/docker.cfg had that line:
    DOCKER_OPTS="-D --storage-driver=btrfs"
     
    -D implied debug, so debug messages were written to the log. Removing the -D resolved the issue.