Skip to content

How to configure a user-defined tree directory structure #129

Answered by arukompas
know-that asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @know-that

Just add additional include patterns in the config/log-viewer.php:

    /**
     * Include file patterns
     */
    'include_files' => [
        '*.log',
        'laravel/**/**/*.log',
    ],

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@know-that
Comment options

@know-that
Comment options

Answer selected by know-that
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants