mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-27 00:25:50 +03:00
[GH-ISSUE #1222] Error in LineFormatter #508
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#508
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cyrilmarois on GitHub (Nov 8, 2018).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/1222
Got the following error in my app.
preg_replace(): Subject is too longLineFormatter.php:107
@Seldaek commented on GitHub (Nov 19, 2018):
Are you logging an insane amount of data? I am not sure at which point preg_replace bails out with that, but I think the limit is quite high.. Maybe make sure you're not attaching MBs worth of data in the log context?
@cyrilmarois commented on GitHub (Nov 29, 2018):
I wasn't supposed to log that much data. But It happened.
Thx for your feedback.