From a1c0675737c14a60b5f469c2739e26c5dbefe9fa Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Mon, 22 Apr 2024 19:02:42 -0400 Subject: [PATCH] here we go again --- developer/how-to/debug.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/developer/how-to/debug.md b/developer/how-to/debug.md index 2f7e5ed..8e244a9 100644 --- a/developer/how-to/debug.md +++ b/developer/how-to/debug.md @@ -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: @@ -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).