[PR #313] [MERGED] [RFC] Add limit to batched records #1074

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

📋 Pull Request Information

Original PR: https://github.com/Seldaek/monolog/pull/313
Author: @leevigraham
Created: 1/23/2014
Status: Merged
Merged: 2/6/2014
Merged by: @Seldaek

Base: masterHead: master


📝 Commits (1)

  • d37e916 Add limit to batched records

📊 Changes

1 file changed (+66 additions, -26 deletions)

View changed files

📝 src/Monolog/Handler/HipChatHandler.php (+66 -26)

📄 Description

This PR groups batched records so that the formatted message length < 10000. Just to be safe I set the MAXIMUM_MESSAGE_LENGTH to 9500 characters.


🔄 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/313 **Author:** [@leevigraham](https://github.com/leevigraham) **Created:** 1/23/2014 **Status:** ✅ Merged **Merged:** 2/6/2014 **Merged by:** [@Seldaek](https://github.com/Seldaek) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`d37e916`](https://github.com/Seldaek/monolog/commit/d37e9160402ce24830aecdc18b5827cd9b42343e) Add limit to batched records ### 📊 Changes **1 file changed** (+66 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `src/Monolog/Handler/HipChatHandler.php` (+66 -26) </details> ### 📄 Description This PR groups batched records so that the formatted message length < 10000. Just to be safe I set the `MAXIMUM_MESSAGE_LENGTH` to 9500 characters. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 03:04:43 +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#1074
No description provided.