-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
Update to the last change on monolog #17
Comments
I don't see which changes would be required in the bundle. This PR does not affect the configuration at all. It is changing the internals of the class. |
The date and time on log file is UTC (only). It's not perfect. |
There is now a 1.2.0 version so you can easily get the timezone fix in your project. I'm closing this because #4 covers the missing features in the bundle regarding the support of the latest monolog. |
How can I fix the timezone properly? In vendor/monolog/monolog/src/Monolog/Logger.php default timezone defined as |
@Incher25 date_default_timezone_get() returns what is defined in php.ini as date.timezone, so if you set that monolog will use it. |
Important change is the date and time on log file
Seldaek/monolog#94
Thanks
Bertrand
The text was updated successfully, but these errors were encountered: