The OS a logging system. Python has interface to it in the logging module. Web2py implements also app level logging by using the python logging module. The difference is that each app has the option to log in a different file. When you import a module, you either use Python level logging or, if you want per app log, you specify which one by passing the logger object.
On Oct 17, 7:46 pm, Andrew Evans <[email protected]> wrote: > is there already a logging system in place I can use form the looks of it > there is... > > Forgive my noobishness

