Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Adding a description for the use_microseconds parameter introduced in MonologBundle v2.11#6583
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
… MonologBundle v2.11
cookbook/logging/monolog.rst Outdated
| // app/config/config.php | ||
| $container->loadFromExtension('monolog', array( | ||
| 'use_microseconds' => false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
missing comma afterfalse
wouterj commentedMay 21, 2016
I would add this in a new section just after "How to Rotate your Log Files" (e.g. "How to Disable Microseconds Precision"). |
jorgelbg commentedMay 21, 2016
I've added a new section with the suggested title |
wouterj commentedMay 21, 2016
I like it, good work! 👍 |
jorgelbg commentedMay 21, 2016
Thanks!! |
xabbuh commentedMay 21, 2016
👍 |
xabbuh commentedMay 21, 2016
Thank you@jorgelbg. |
… introduced in MonologBundle v2.11 (jorgelbg)This PR was squashed before being merged into the 2.3 branch (closes#6583).Discussion----------Adding a description for the use_microseconds parameter introduced in MonologBundle v2.11This adds a small paragraph bellow the usage section with an explanation and an example block.| Q | A| ------------- | ---| Doc fix? | yes| New docs? | no| Applies to | >= 2.3| Fixed tickets |#6466Commits-------4c5d42f Adding a description for the use_microseconds parameter introduced in MonologBundle v2.11
This adds a small paragraph bellow the usage section with an explanation and an example block.