Skip to content

Commit

Permalink
Fix missing quotation in path
Browse files Browse the repository at this point in the history
  • Loading branch information
72haroslaw authored Dec 14, 2023
1 parent ed8c9f8 commit 3b78ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/plugins/plugins/plugin-fundamentals/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
```
Expand Down

0 comments on commit 3b78ad1

Please sign in to comment.