MK previously spewed all it's SQL statement to stdout. The new default 
behavior is not to log anything. You can affect this by creating a 
Settings.config in your Foo.mkmodel directory.

The User's Guide has full docs on Settings.config, but here some quick 
examples, so you get the idea:

{
     'SQLLog': { 'File': 'stdout' },
}

{
     'SQLLog': { 'File': 'middlekit.sql' },
}

{
     'SQLLog': { 'File': 'middlekit.sql', 'Mode': 'append' },
}


_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to