Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3643ec2 commit 657284eCopy full SHA for 657284e
reference/configuration/framework.rst
@@ -644,6 +644,10 @@ API. The ``api`` option is used to switch between the different implementations:
644
legacy implementation and the ``2.5`` implementation. You have to use
645
PHP 5.3.9 or higher to be able to use this implementation.
646
647
+To capture these logs in the ``prod`` environment, configure a
648
+:doc:`channel handler </cookbook/logging/channels_handlers>` in ``config_prod.yml`` for
649
+the ``translation`` channel and set its ``level`` to ``debug``.
650
+
651
Full default Configuration
652
--------------------------
653
0 commit comments