Subject: | To late error evaluation in Log::Log4perl::Appender::DBI |
Hi Michael,
in Log::Log4perl::Appender::DBI '$self->{dbh}->errstr()' will be
appended to a message sent to the developer/user via croak(). This is to
late, because $self->{dbh}->ping() will override previous error. Better
to store the error when detected and append when ping is successful.
Best regards,
Jens