diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 5c2d3bc2547..27497c810ed 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -644,6 +644,10 @@ API. The ``api`` option is used to switch between the different implementations: legacy implementation and the ``2.5`` implementation. You have to use PHP 5.3.9 or higher to be able to use this implementation. +To capture these logs in the ``prod`` environment, configure a +:doc:`channel handler ` in ``config_prod.yml`` for +the ``translation`` channel and set its ``level`` to ``debug``. + Full default Configuration --------------------------