We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba40eff commit f0cd0bfCopy full SHA for f0cd0bf
components/debug.rst
@@ -37,8 +37,9 @@ tools.
37
38
.. caution::
39
40
- You should never enable the debug tools in a production environment as
41
- they might disclose sensitive information to the user.
+ Apart from the error handler, you should never enable the debug
+ tools in a production environment as they might disclose sensitive
42
+ information to the user.
43
44
Enabling the Error Handler
45
--------------------------
@@ -52,6 +53,12 @@ fatal errors)::
52
53
54
ErrorHandler::register();
55
56
+.. note::
57
+
58
+ This one is fine to use in a production environment and will be
59
+ enabled if you use the framework bundle, so that you get better
60
+ logging.
61
62
Enabling the Exception Handler
63
------------------------------
64
0 commit comments