[log4perl-devel] suggested patch for Log::Log4perl::Appender::DBI

2007-12-13 Thread Mark Blackman
Hi, In the Appender::DBI man page, we see the following sentence, "If there are more '?' placeholders than there are values in your message, it will use undef for the rest." However, I was unable to observe this behaviour with my configuration. I used the following tiny patch to Appender::DBI.pm

Re: [log4perl-devel] suggested patch for Log::Log4perl::Appender::DBI

2007-12-13 Thread Kevin M. Goess
Mark Blackman wrote: > In the Appender::DBI man page, we see the following sentence, > "If there are more '?' placeholders than there are values in > your message, it will use undef for the rest." However, I was > unable to observe this behaviour with my configuration. Odd, it looks like it's work