Skip to content

Commit

Permalink
fix 500 stack log manager error while running dev (LycheeOrg#1520)
Browse files Browse the repository at this point in the history
* fix 500 stack log manager error while running dev
  • Loading branch information
ildyria authored Sep 18, 2022
1 parent 8c0bcb4 commit 5884d4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
'channels' => [
'log' => [
'path' => storage_path('logs/laravel.log'),
'driver' => 'single',
'level' => 'debug',
],
],
];

0 comments on commit 5884d4a

Please sign in to comment.