Skip to content

[Fixed] The query_log configuration doesn't seem to be working #4

@m-kas

Description

@m-kas

Hello, great job on this library, it made it a lot easier for me when I had to quickly integrate the OS. Much appreciated.

🙋 Do these configuration settings from database connection even work?

    'query_log'    => [
        'index'      => false,  // Or provide a name for the logging index ex: 'laravel_query_logs'
        'error_only' => true,   // If false, then all queries are logged if the query_log index is set
    ],

Despite providing the name of the index that exists, nothing is logged into it.

I also searched the source code of your library and found no references to these configuration variables anywhere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions