mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-25 23:55:56 +03:00
[GH-ISSUE #1949] Write an undoncitional entry without tripping an alert #838
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#838
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 @theking2 on GitHub (Feb 26, 2025).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/1949
Monolog version 3
How would a write an unconditional message in a file stream without tripping any other alerts?
Reason: writing a message to a log file to be rotated to make clear logging is continued in another file.
@Seldaek commented on GitHub (Mar 15, 2025):
No idea sorry.. This seems like a log-reader problem more than a logging problem, log rotation is such a common thing that I don't see the need for this, people just have to learn to use logs?