Skip to content

Commit

Permalink
HealthChecksBuilderExtensions.AddDresscaDbContextCheckに例外時のログ出力処理を追加。
Browse files Browse the repository at this point in the history
  • Loading branch information
Fumika Koyama committed Oct 30, 2023
1 parent 90c6c28 commit 5f9a358
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public static IHealthChecksBuilder AddDresscaDbContextCheck(this IHealthChecksBu
}
catch (Exception ex)
{
Console.WriteLine(ex);
return false;
}
});
Expand Down

0 comments on commit 5f9a358

Please sign in to comment.