On 11/21/05, Ron Savage <[EMAIL PROTECTED]> wrote:
> When I call db_Main() I get back a dbh of type
> DBIx::ContextualFetch::db=HASH(...).
>
> When I pass one of those to
>
> $self -> log_config
> (
> LOG_DISPATCH_MODULES =>
> [{
> dbh => $dbh
> ...
> }]
> );
>
> my app runs without error (eg nothing in the Apache log).
>
> However, nothing is written to the log table. Stmts such as:
>
> $self -> log() -> info(...)
>
> simply have no effect.
>
> Any ideas?
My guess is that AutoCommit is turned off on your $dbh handle.
Cheers,
Cees
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/[email protected]/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]