Skip to content

Commit

Permalink
Fix wrong log context
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed Oct 24, 2024
1 parent ff4872b commit c8069b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
4.0.3
=====

* (bug) Fix wrong log context.


4.0.2
=====

Expand Down
2 changes: 1 addition & 1 deletion src/Listener/DoctrineHealthCheckListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function onLiveCheck (HealthCheckLiveEvent $event) : void
{
$event->markAsFailed("doctrine: database out of sync");
$this->logger->critical("Failed doctrine health check: database out of sync", [
"issues" => $result,
"updateSchemaList" => $databaseUpdateSchemaList,
]);
}
}
Expand Down

0 comments on commit c8069b1

Please sign in to comment.