From ba389f89d95b0c6adabf39e3732ea9768231fa2d Mon Sep 17 00:00:00 2001 From: yanickj Date: Thu, 21 Nov 2013 12:45:00 -0500 Subject: [PATCH 1/2] Update monolog.rst level and bubble are not used to construct handlers of the type "service" --- reference/configuration/monolog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reference/configuration/monolog.rst b/reference/configuration/monolog.rst index 71c278ec9c6..e43be740017 100644 --- a/reference/configuration/monolog.rst +++ b/reference/configuration/monolog.rst @@ -30,6 +30,8 @@ MonologBundle Configuration ("monolog") id: my_handler # Default options and values for some "my_custom_handler" + # Note: "level" and "bubble" options are not used when handler type is "service" + # Those options must configured in the service definition. my_custom_handler: type: ~ # Required id: ~ From 362ed8ee68dd8162163de14127e2c7f701370fe0 Mon Sep 17 00:00:00 2001 From: yanickj Date: Thu, 21 Nov 2013 13:01:08 -0500 Subject: [PATCH 2/2] Update monolog.rst typo --- reference/configuration/monolog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/monolog.rst b/reference/configuration/monolog.rst index e43be740017..56a2482b01d 100644 --- a/reference/configuration/monolog.rst +++ b/reference/configuration/monolog.rst @@ -31,7 +31,7 @@ MonologBundle Configuration ("monolog") # Default options and values for some "my_custom_handler" # Note: "level" and "bubble" options are not used when handler type is "service" - # Those options must configured in the service definition. + # Those options must be configured in the service definition. my_custom_handler: type: ~ # Required id: ~