smartnode-install icon indicating copy to clipboard operation
smartnode-install copied to clipboard

WARNING: no logs are available with the 'syslog' log driver

Open zah opened this issue 4 years ago • 1 comments

I'm sorry for the sparse details on this report, but when I run rocketpool service logs eth2, I get the following output instead of logs:

Attaching to rocketpool_eth2
eth2_1        | WARNING: no logs are available with the 'syslog' log driver

Running docker logs <container-id> works fine. Let me know if I can help with some further experiments that will track the root cause of this.

zah avatar Apr 02 '21 19:04 zah

That's interesting, thanks for the info. We haven't seen this particular error come up previously. FYI, rocketpool service logs invokes something like the following via the shell:

docker-compose --project-directory ~/.rocketpool -f ~/.rocketpool/docker-compose.yml logs -f --tail 100 [servicename]

Do you get the same error output running the above command? Or only when running `rocketpool service logs [servicename] specifically?

moles1 avatar Apr 05 '21 23:04 moles1