plumberDeploy Logging

Simply question.

I used the default settings with plumberDeploy::do_provision. Most API endpoints work fine, but a few throw this error:

{"error":"500 - Internal server error"}

Where on the server are the error logs being stored? I've looked in all the normal places I know of, and I'm not seeing them.

Thank You

1 Like
journalctl -u plumber-yourpath.service

Basically plumberDeploy use systemd to deploy a plumber service. You can use journalctl utility to display the service logs.

1 Like

Thank you Meztex. As always, a fast and helpful response.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.