We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5381d50 commit b924bf4Copy full SHA for b924bf4
1 file changed
user_guide_src/source/general/errors.rst
@@ -54,6 +54,10 @@ in the **.env** file.
54
55
.. important:: Disabling error reporting DOES NOT stop logs from being written if there are errors.
56
57
+.. warning:: Note that your settings from the **.env** file are added to ``$_SERVER``
58
+ and ``$_ENV``. As a side effect, this means that if the detailed error report
59
+ is displayed, **your secure credentials are publicly exposed**.
60
+
61
Logging Exceptions
62
------------------
63
0 commit comments