Can add directorys with log files to output the files from several directorys? #134
DockerComposeFiles
started this conversation in
Ideas
Replies: 1 comment
-
@DockerComposeFiles yes, just add any paths (absolute or relative) in the // config/log-viewer.php
'include_files' => [
'*.log',
'/myapplicationlogs/*.log',
], |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I it possible to set more folders to this menu, which located under /myapplicationlogs in the root system
Beta Was this translation helpful? Give feedback.
All reactions