Skip to content

[cookbook][logging]Bug in xml monolog format example #2488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 3, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update monolog.rst
Changed \n => 
 in xml example.
  • Loading branch information
burci committed Apr 11, 2013
commit 4ade7923d128e5fbb10b235c13263c80faa2dfb7
2 changes: 1 addition & 1 deletion cookbook/logging/monolog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ using a processor.

<services>
<service id="monolog.formatter.session_request" class="Monolog\Formatter\LineFormatter">
<argument>[%%datetime%%] [%%extra.token%%] %%channel%%.%%level_name%%: %%message%%\n</argument>
<argument>[%%datetime%%] [%%extra.token%%] %%channel%%.%%level_name%%: %%message%%&#xA;</argument>
</service>

<service id="monolog.processor.session_request" class="Acme\MyBundle\SessionRequestProcessor">
Expand Down