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.