1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-28 07:19:54 +02:00

Change timezone to be per-instance and not global

This commit is contained in:
Jordi Boggiano
2015-10-09 19:07:08 +01:00
parent d381b20b87
commit 6505e02fd3
3 changed files with 29 additions and 18 deletions

5
UPGRADE.md Normal file
View File

@@ -0,0 +1,5 @@
### 2.0.0
- The timezone is now set per Logger instance and not statically, either
via ->setTimezone or passed in the constructor. Calls to Logger::setTimezone
should be converted.