Occasionally I’m told ‘just look at the logs’

As a newbie I have been pointed to the logs to find out why… but I do not know how to do that, nor where to look. I’m guessing there is a terminal mode, but the next steps are…?

Hi @drBarns :slight_smile:

Gladys is a “consumer friendly” product, so we try to avoid telling users to go watch the logs (except for debugging some very weird bug)

If you know what you’re doing and want to see the logs, you need to be in command line on your machine and execute :

docker logs gladys --tail 200

Which will output the last 200 lines of logs.

But no worries, no need to do that if you don’t need it :slight_smile: