We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57a0fa commit 3ab8465Copy full SHA for 3ab8465
1 file changed
app/Providers/AppServiceProvider.php
@@ -27,7 +27,7 @@ public function boot(): void {
27
report($wrappedException);
28
});
29
30
- // TODO: delete this listener before merging or is it useful to keep in the local environment?
+ // Local-only SQL query logging for debugging
31
if ($this->app->environment('local')) {
32
\Event::listen(QueryExecuted::class, function (QueryExecuted $query) {
33
\Log::debug('Query Executed: ', [
0 commit comments