Jump to content

Docker Log Filling Up


Gico

Recommended Posts

For a long time now my docker log is filling up after a day or so. Until now I kept deleting the log and restarting the docker every day or two,

but I want to solve this. Attached diagnostics.

Docker.log has the following repeating lines. They keep generated also when all docker containers are shut down.

Is there any setting for these debug messages?

 

Thanks.

 

time="2021-04-14T12:15:38.072970466+03:00" level=debug msg="Client context cancelled, stop sending events"
time="2021-04-14T12:15:38.143814008+03:00" level=debug msg="Calling HEAD /_ping"
time="2021-04-14T12:15:38.144712564+03:00" level=debug msg="Calling GET /v1.41/version"
time="2021-04-14T12:15:38.160992770+03:00" level=debug msg="Calling GET /v1.41/events?filters=%7B%22type%22%3A%7B%22container%22%3Atrue%7D%7D"
time="2021-04-14T12:15:38.161762159+03:00" level=debug msg="Calling GET /v1.41/containers/json?limit=0"
time="2021-04-14T12:15:38.666577809+03:00" level=debug msg="Client context cancelled, stop sending events"
time="2021-04-14T12:15:38.738433243+03:00" level=debug msg="Calling HEAD /_ping"
time="2021-04-14T12:15:38.739324094+03:00" level=debug msg="Calling GET /v1.41/version"
time="2021-04-14T12:15:38.754834791+03:00" level=debug msg="Calling GET /v1.41/events?filters=%7B%22type%22%3A%7B%22container%22%3Atrue%7D%7D"
time="2021-04-14T12:15:38.755614135+03:00" level=debug msg="Calling GET /v1.41/containers/json?limit=0"


 

 

juno-diagnostics-20210414-1215.zip

Edited by Gico
Link to comment
  • Gico changed the title to Docker Log Filling Up (Solved)
  • Gico changed the title to Docker Log Filling Up

Does Anyone know where from the marked "--log-level debug" in the attached screenshot comes from?

 

Edit: It's from /var/run/docker/containerd/containerd.toml:

 

[debug]
  address = "/var/run/docker/containerd/containerd-debug.sock"
  uid = 0
  gid = 0
  level = "debug" 

 

Can anyone check what does his server has in this file/section?

 

2021-04-19_11-45-47.jpg

Edited by Gico
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...