Skip to content

Error: array_merge(): Argument #2 must be of type array, bool given #259

Closed Answered by hafifi
hafifi asked this question in Q&A
Discussion options

You must be logged in to vote

I think I found the problem, some of the included files path in config file might done something. I removed all other included files and only keep the laravel log and it works.
Change from this:

    'include_files' => [
        '*.log',
        '**/*.log',

        // You can include paths to other log types as well, such as apache, nginx, and more.
        '/var/log/httpd/*',
        '/var/log/nginx/*',

        // MacOS Apple Silicon logs
        '/opt/homebrew/var/log/nginx/*',
        '/opt/homebrew/var/log/httpd/*',
        '/opt/homebrew/var/log/php-fpm.log',
        '/opt/homebrew/var/log/postgres*log',
        '/opt/homebrew/var/log/redis*log',
        '/opt/homebrew/var/log/super…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@arukompas
Comment options

@hafifi
Comment options

Answer selected by hafifi
Comment options

You must be logged in to vote
1 reply
@hafifi
Comment options

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