Self Hosted
Debugging
Viewing Logs
To view logs for the self hosted version of Metlo go into the directory with Metlo’s config files and view the docker logs:
Bash
Detailed Logs
To view more detailed logs add LOG_LEVEL=TRACE
to your .env
file and restart
Metlo by running:
Bash
Not able to log in?
Since Metlo uses secure
auth cookies by default you will only be able to log
in on localhost
or https
URLs. If you absolutely need to be able to log in
on http
URLs you can add the following to /opt/metlo/.env
:
Bash