Hi Folks

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?

--
Ron Savage
[EMAIL PROTECTED]
http://savage.net.au/index.html



---------------------------------------------------------------------
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]

Reply via email to