Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit fa5ec9e

Browse files
committed
removed bindings from query log
1 parent e13df04 commit fa5ec9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LaravelFluentdLoggerServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private function initQueueJobsFailsLog(): void
5656
'queue' => $event->job->getQueue(),
5757
'job_name' => $event->job->resolveName(),
5858
'attempts' => $event->job->attempts(),
59-
// 'job_payload' => $event->job->getRawBody(),
59+
// 'job_payload' => $event->job->getRawBody(),
6060
]);
6161
});
6262
}
@@ -68,7 +68,7 @@ private function initDbQueryLog()
6868
'DB Query',
6969
[
7070
'query' => $query->sql,
71-
'bindings' => $query->bindings,
71+
// 'bindings' => $query->bindings,
7272
'time' => $query->time,
7373
'connection' => $query->connectionName,
7474
]

0 commit comments

Comments
 (0)