Skip to content

Commit

Permalink
Fix missing quotation in path (#1232)
Browse files Browse the repository at this point in the history
Co-authored-by: Su <[email protected]>
  • Loading branch information
72haroslaw and sushmangupta authored Dec 15, 2023
1 parent 2362696 commit 4002baa
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 4002baa

Please sign in to comment.