Personally, I use the python logging module which we have setup to read it's
options from a config file.
http://docs.python.org/library/logging.html
http://docs.python.org/library/configparser.html
The logging module allows you to send your logs to files, standard out
(usually httpserver.log for
I use this logger which works well:
https://groups.google.com/d/msg/web2py/P4G0-UWGldU/0afuX8Tpa_cJ
it helps but not the same thing.
e.g.:
Right now, I'm having an issue with the auth.register action that
doesn't seem to work ( http://www.digitalloft.org/homepage/default/user/register
). I wanted to print markers to get the position in the code that is
being executed so I can infer the flow behin
does the {{=response.toolbar()}} help?
On Jun 16, 10:20 am, blackthorne wrote:
> I'm trying to debug a web2py app working with WSGI on webfaction.
> First, I've activated the Logging = True in the wsgihandler and now I
> can read the httpserver.log.
> I've also read many things on exposing reques
4 matches
Mail list logo