Consult Cyberwatch logs
Use Cyberwatch’s logs
command:
sudo cyberwatch logs [SERVICE] [-f]
The recommended services to inspect are web
, sidekiq
and nginx
.
For example, consult the logs of the web
container and filter only the errors:
sudo cyberwatch logs web 2>&1 | grep ERROR