From 88d24640bcd1067b39ca8fc2591a714dfc1bbba9 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Sun, 7 Jun 2020 20:46:50 +0200 Subject: [PATCH] Update framework.rst See https://github.com/symfony/symfony/issues/37129 --- reference/configuration/framework.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 2c6a9aad446..5f742728d4f 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -2457,11 +2457,13 @@ debug **type**: ``boolean`` **default**: ``%kernel.debug%`` -Whether to enable debug mode for caching. If enabled, the cache will +If enabled, the cache will automatically update when the original file is changed (both with code and annotation changes). For performance reasons, it is recommended to disable debug mode in production, which will happen automatically if you use the -default value. +default value. +Also configures if Symfony's Welcome Page is shown when no home page is +configured, or if a regular 404 error page is shown in that case. .. _configuration-framework-serializer: