[PR #169] [MERGED] Added a UidProcessor to detect related log messages per request #979

Closed
opened 2026-03-04 03:03:26 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (3)

  • bad76ce Added a request token processor to detect log messages per request
  • 9cf31da Better naming
  • 340c85b Bugfix

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Seldaek/monolog/pull/169 **Author:** [@smoench](https://github.com/smoench) **Created:** 2/25/2013 **Status:** ✅ Merged **Merged:** 2/26/2013 **Merged by:** [@Seldaek](https://github.com/Seldaek) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`bad76ce`](https://github.com/Seldaek/monolog/commit/bad76ce2a6433f7f985d682c1ec451dd54bcc74e) Added a request token processor to detect log messages per request - [`9cf31da`](https://github.com/Seldaek/monolog/commit/9cf31da70da9abb6a198c3628c6a9897acffa945) Better naming - [`340c85b`](https://github.com/Seldaek/monolog/commit/340c85b8cc2954e8190e72e33493baf46bc60856) Bugfix ### 📊 Changes **3 files changed** (+64 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.mdown` (+1 -0) ➕ `src/Monolog/Processor/UidProcessor.php` (+36 -0) ➕ `tests/Monolog/Processor/UidProcessorTest.php` (+27 -0) </details> ### 📄 Description This is a better way to detect related log messages per request. Formatting String: <code>[%%datetime%%] [%%extra.uid%%] %%channel%%.%%level_name%%: %%message%%</code> May resolves Issue #34 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 03:03:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/monolog#979
No description provided.