On Feb 12, 2011, at 9:44 PM, pbreit wrote: > What is current recommendation for app logging?
You can start by copying logging.example.conf to logging.conf, and then editing it to suit your requirements. Either log with web2py.app (logger_app) or create a new logger specific to your own application.

