1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-09-09 04:30:46 +02:00

Normalize the way backtraces are normalized and remove args for special cases, fixes #1346

This commit is contained in:
Jordi Boggiano
2019-08-16 12:34:04 +02:00
parent c35fbc24bb
commit 6688b45ebe
5 changed files with 11 additions and 38 deletions

View File

@@ -6,6 +6,7 @@
* Added support for RFC3164 (outdated BSD syslog protocol) to SyslogUdpHandler
* Fixed issue in GroupHandler and WhatFailureGroupHandler where setting multiple processors would duplicate records
* Fixed issue in SignalHandler restarting syscalls functionality
* Fixed normalizers handling of exception backtraces to avoid serializing arguments in some cases
### 1.24.0 (2018-11-05)