diff --git a/guides/plugins/plugins/plugin-fundamentals/logging.md b/guides/plugins/plugins/plugin-fundamentals/logging.md index b5f13ec69..a96a71aa6 100644 --- a/guides/plugins/plugins/plugin-fundamentals/logging.md +++ b/guides/plugins/plugins/plugin-fundamentals/logging.md @@ -82,7 +82,7 @@ monolog: handlers: myPluginLogHandler: type: rotating_file - path: %kernel.logs_dir%/my_plugin_%kernel.environment%.log" + path: "%kernel.logs_dir%/my_plugin_%kernel.environment%.log" level: error channels: [ "my_plugin_channel"] ```