Open sebelk opened 9 years ago
That is the docker daemon logging to stdout and being captured by the systemd journal, not from your container or systemd-docker.
try adding the option --log-level=warn
to the docker daemon (not your kanboard.service), but you might miss useful info
I definitely recommend bumping the log level, if you have a few containers running this will otherwise cause your journal to rotate constantly. I believe that --log-level
was introduced relatively recently (Docker 1.4 or 1.5) so you might have to upgrade.
I've found that systemd is full of lines like that when I issue
journalctl -f
I have a configuration as follows:
I've noted no error in running docker, any idea?
Thanks in advance