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 564640c commit fd90418Copy full SHA for fd90418
reference/configuration/framework.rst
@@ -535,6 +535,10 @@ for a given key. The logs are made to the ``translation`` channel and at the ``d
535
for level for keys where there is a translation in the fallback locale and the ``warning``
536
level if there is no translation to use at all.
537
538
+To capture these logs in the ``prod`` environment, configure a
539
+:doc:`channel handler <logging-channel-handler>` in ``config_prod.yml`` for
540
+the ``translation`` channel and set its ``level`` to ``debug``.
541
+
542
Full default Configuration
543
--------------------------
544
0 commit comments