mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 16:15:49 +03:00
[GH-ISSUE #207] [REQUEST]: Ability to have different Log files for different Log modes #71
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#71
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 @abishekrsrikaanth on GitHub (Jul 3, 2013).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/207
It would be a good feature to be able to configure having different Log files for every Log Modes. Today all the logging goes into a single file, instead have files like
This helps in debugging easily and also saves from the headache of searching through the whole log file than what one is actually searching for.
@Seldaek commented on GitHub (Jul 3, 2013):
Use
grep WARN log-apache2handler-2013-07-03.txtor similar filtering tool. Having the logs separated by levels doesn't make any sense IMO, if you want to look at all the logs of one request that had an error it's much easier if they're together in the same file, while filtering for a given level is very easy..