Skip to content

Troubleshooting

On Slack

The first step in troubleshooting is to look at the docs-mbari-log Slack channel, where, upon a push to your repository, you should see the output from associated git commands (pull or clone, last commit comments), and site build and deployment.

On the docs machine

That https://docs.mbari.org/internal/_/_log link corresponds to the file /var/www/html/internal/_/_log on the server on the docs server. It contains the output generated from the adnanh/webhook service as well as from the underlying build/generation scripts.

That should pretty much cover all needs for debugging purposes.

If still facing issues, login as docsadm on the docs machine. Kill the current webhook process and launch a new one indicating -debug instead of -verbose:

webhook -port 9001 -debug -hooks /home/docsadm/mkdocs/docs-mbari-org-webhook-doc/hooks.json

Then try to reproduce the problem by pushing again to your doc repository while inspecting the output of the command above.

When done, do not forget to relaunch the regular webhook service.