Skip to content

Commit

Permalink
here we go again
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Apr 22, 2024
1 parent d30537e commit a1c0675
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions developer/how-to/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Debug enables to dump information about errors that may be affecting the software functionality. If Chevereto isn't working properly it will require debugging to understand the situation.

Once you enable debug you need to trigger the issue again, this will generate a log that will help you to understand what is going on.

## Debug Errors

To debug errors go to [Settings > System > Debug errors](https://v4-admin.chevereto.com/settings/system.html#debug-errors) and enable "Debug errors". By enabling this Chevereto will debug errors to the screen (only to administrators).

## Debug with xrDebug

* Run xrDebug built-in server:
Expand All @@ -28,12 +34,6 @@ Chevereto access log:
docker logs CONTAINER -f 2>/dev/null
```

## Debug (production)

By enabling this Chevereto will debug errors to the screen (only to administrators).

Enable at [Settings > System > Debug Errors](https://v4-admin.chevereto.com/settings/system.html#debug-errors).

## Debug (development)

Debug can be [configured](../../application/configuration/configuring.md) using [environment variables](../../application/configuration/environment.md#debug-variables).
Expand Down

0 comments on commit a1c0675

Please sign in to comment.