We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ef810 commit d7db758Copy full SHA for d7db758
apps/cs/src/cs_sup.erl
@@ -71,7 +71,7 @@ check_db_connection(
71
ok;
72
{error, Reason} ->
73
logger:error("DB connection check failed, reason: ~p, db_opts: ~p", [Reason, DbOpts]),
74
- error({db_connection_failed, Reason})
+ error({db_connection_failed, Reason, DbOpts})
75
end.
76
77
get_handlers() ->
0 commit comments