smartnode-install
smartnode-install copied to clipboard
WARNING: no logs are available with the 'syslog' log driver
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.
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?