mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 16:15:49 +03:00
[GH-ISSUE #1737] StreamHandler isn't finding laravel.log file, path url stops with app/storage. No app/storage/logs/laravel.log #732
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#732
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 @Vigneshkavi on GitHub (Jul 20, 2022).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/1737
Monolog version 1|2
Hi, I'm using PHP 8.0.2 and laravel 8. While trying to access the app via browser, it gives me the error in the attached screenshot. On debugging I found that the path URL for the laravel.log file is not complete. it stops with app/storage. I don't understand why this happens. Please help me solve this issue.
Thanks!
@parallels999 commented on GitHub (Jul 20, 2022):
Folder permissions
@Seldaek commented on GitHub (Jul 22, 2022):
That looks like you configured the log file path to point to a directory which exists. Make sure the log file is a full path including filename.
@Vigneshkavi commented on GitHub (Aug 8, 2022):
@Vigneshkavi commented on GitHub (Aug 8, 2022):
Thanks for the reply Mr. Seldaek The above file (Logging.php) is working with our teammates but not working with mine only, Kindly help us.