From 657284e7801a918cde245159799376f5e021b320 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Sun, 7 Dec 2014 10:30:55 -0500 Subject: [PATCH] Adding a link to log things in the prod environment --- reference/configuration/framework.rst | 4 ++++ 1 file changed, 4 insertions(+) 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 --------------------------