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

Fix typo in Upgrade Guide

now instead of not
This commit is contained in:
Joshua Gigg
2019-07-06 17:47:47 +01:00
committed by GitHub
parent bf486002a0
commit 27bb55b508

View File

@@ -6,7 +6,7 @@
- Removed non-PSR-3 methods to add records, all the `add*` (e.g. `addWarning`) - Removed non-PSR-3 methods to add records, all the `add*` (e.g. `addWarning`)
methods as well as `emerg`, `crit`, `err` and `warn`. methods as well as `emerg`, `crit`, `err` and `warn`.
- DateTime are not formatted with a timezone and microseconds (unless disabled). - DateTime are now formatted with a timezone and microseconds (unless disabled).
Various formatters and log output might be affected, which may mess with log parsing Various formatters and log output might be affected, which may mess with log parsing
in some cases. in some cases.