mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-27 08:35:53 +03:00
[GH-ISSUE #1107] There is no existing directory at "xxx" and its not buildable: File exists #452
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#452
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 @gladmo on GitHub (Jan 29, 2018).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/1107
When i parallel init StreamHandler, I got this exception.
/path/to/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php ;line 157
when file exist, mkdir return false, and throw Warning.
I think, when the file is existed, createDir() skip exception UnexpectedValueException will fix this problem. If this is a problem, it can do something in customErrorHandler().
/path/to/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php ;line 133
@Seldaek commented on GitHub (Jun 17, 2018):
Fixed by
github.com/Seldaek/monolog@c0eeca76fd