From: Dan Brown Date: Thu, 31 Aug 2023 10:05:03 +0000 (+0100) Subject: Updated debug docs to not infer APP_DEBUG option will already exist X-Git-Url: http://source.bookstackapp.com/website/commitdiff_plain/de295dc60e40df4f68561e83a58e1182045782ec Updated debug docs to not infer APP_DEBUG option will already exist --- diff --git a/content/docs/admin/debugging.md b/content/docs/admin/debugging.md index 4610847..b765485 100644 --- a/content/docs/admin/debugging.md +++ b/content/docs/admin/debugging.md @@ -40,7 +40,7 @@ If using an alternative hosting method, such as docker container, please refer t _**NOTE: When debugging is enabled it's possible for visitors to see private credentials used in the BookStack or server configuration. Ensure debugging is only enabled when your instance is not accessible by others. Remember to disable debugging before restoring access.**_ -To enable full error displaying edit the `.env` file, in the application root directory, and find the line `APP_DEBUG=false`. Change this to `APP_DEBUG=true` and the errors will be displayed in full with details of where it occurred. Remember to revert this change once you have found the issue so that the detailed error information is hidden from visitors. +To enable full error displaying edit the `.env` file, in the application root directory, and add or update the `APP_DEBUG` option to `APP_DEBUG=true`. Errors will now be displayed in full with details of where it occurred. Remember to revert this change once you have found the issue so that the detailed error information is hidden from visitors. ### Common Issues & Resolutions