#AdminNeedHelp I'm getting a 500 error when I add media on my instance. I'd like to chase it down... how do I get a look at the log files on a docker install?
To look at the log files inside a docker container, the command is "docker logs".
To look at the log files inside a docker container, the command is "docker logs".
That worked. Specifically, I used "docker logs -f mastodon_web_1"