On Oct 26, 2011, at 11:04 AM, Paul McNett wrote:
>> I can see the select statements on the console but not any INSERT statements.
>> Are INSERT statments displayed on the console ?
>
> When you have the dbActivityLog directed to the console, you should see all
> UPDATE,
> INSERT, SELECT, and DELETE statements.
To do this, run your app, and then open up a Command Window. Run these
commands:
import logging
dabo.dbLogConsoleLevel=logging.DEBUG
[h.setLevel(logging.DEBUG) for h in dabo.dbActivityLog.handlers]
This will make sure that every db action is logged to the console.
-- Ed Leafe
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message:
http://leafe.com/archives/byMID/[email protected]