[PR #9] [MERGED] Add support for monolog 3.x #13

Closed
opened 2026-01-27 12:38:54 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/win32service/Win32ServiceBundle/pull/9
Author: @NeilWhitworth
Created: 3/7/2024
Status: Merged
Merged: 3/13/2024
Merged by: @macintoshplus

Base: 1.xHead: 1.x-monolog-3.x


📝 Commits (2)

📊 Changes

1 file changed (+6 additions, -1 deletions)

View changed files

📝 lib/Logger/ThreadNumberProcessor.php (+6 -1)

📄 Description

monolog introduced a breaking change in 3.x (https://github.com/Seldaek/monolog/blob/main/UPGRADE.md#300) that requires a change to the ThreadNumberProcessor


🔄 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/win32service/Win32ServiceBundle/pull/9 **Author:** [@NeilWhitworth](https://github.com/NeilWhitworth) **Created:** 3/7/2024 **Status:** ✅ Merged **Merged:** 3/13/2024 **Merged by:** [@macintoshplus](https://github.com/macintoshplus) **Base:** `1.x` ← **Head:** `1.x-monolog-3.x` --- ### 📝 Commits (2) - [`4fd7dc1`](https://github.com/win32service/Win32ServiceBundle/commit/4fd7dc1c7731b7c7d4f7b265becfb8598f75cfb0) Add support for monolog 3.x - [`422720d`](https://github.com/win32service/Win32ServiceBundle/commit/422720d9e89cc894d80578dfdcb6993c4a895bca) Make requested changes ### 📊 Changes **1 file changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Logger/ThreadNumberProcessor.php` (+6 -1) </details> ### 📄 Description monolog introduced a breaking change in 3.x (https://github.com/Seldaek/monolog/blob/main/UPGRADE.md#300) that requires a change to the ThreadNumberProcessor --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-27 12:38:54 +01:00
admin closed this issue 2026-01-27 12:38:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: win32service/Win32ServiceBundle#13