mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 16:15:49 +03:00
[PR #169] [MERGED] Added a UidProcessor to detect related log messages per request #979
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#979
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?
📋 Pull Request Information
Original PR: https://github.com/Seldaek/monolog/pull/169
Author: @smoench
Created: 2/25/2013
Status: ✅ Merged
Merged: 2/26/2013
Merged by: @Seldaek
Base:
master← Head:master📝 Commits (3)
bad76ceAdded a request token processor to detect log messages per request9cf31daBetter naming340c85bBugfix📊 Changes
3 files changed (+64 additions, -0 deletions)
View changed files
📝
README.mdown(+1 -0)➕
src/Monolog/Processor/UidProcessor.php(+36 -0)➕
tests/Monolog/Processor/UidProcessorTest.php(+27 -0)📄 Description
This is a better way to detect related log messages per request.
Formatting String:
[%%datetime%%] [%%extra.uid%%] %%channel%%.%%level_name%%: %%message%%May resolves Issue #34
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.