relative path #388
Unanswered
ariamVille
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hey @ariamVille , you can remove the "storage/logs" part because that is the default relative path it looks at. If you want to look outside the folder, then don't forget you can use "../" to go up a folder, for example. Hope this helps! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
how do you configure with relative path? i set to
'include_files' => [
'storage/logs/*.log',
],
but not working
Beta Was this translation helpful? Give feedback.
All reactions