-
like this |
Beta Was this translation helpful? Give feedback.
Answered by
arukompas
Oct 12, 2022
Replies: 1 comment 2 replies
-
Hey @know-that Just add additional include patterns in the /**
* Include file patterns
*/
'include_files' => [
'*.log',
'laravel/**/**/*.log',
], |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
know-that
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @know-that
Just add additional include patterns in the
config/log-viewer.php
: