Nice to hear that still works. :) Actually yesterday I found it was broken in latest web2py windows binary distribution, but that is not my fault, it is only because that binary build is lack of standard module logging/*. Anyway, you can bypass that by a try...except. Just for your information.
Iceberg On Apr8, 2:53pm, Michael Toomim <[email protected]> wrote: > Oops I'm sorry, when I upgraded the log file moved and I was looking > at the wrong one. It works! > > On Apr 7, 11:44 pm, Michael Toomim <[email protected]> wrote: > > > > > Now that I'm on apache, I find that the logging library iceberg wrote > > no longer > > works:http://groups.google.com/group/web2py/browse_thread/thread/ae37920ce0... > > > I suspect this is because of the stdout/stderr problem with wsgi, but > > I thought that would only affect print statements... which is the > > reason for using logging.debug(). But my logging.debug() doesn't work > > on apache. > > > Is there a way to fix this? How do you guys debug on apache? -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

