I run web2py in the background on my PC to monitor my power output when I'm working on my pedal-powered computer. (see http://www.bikesatwork.com/blog/our-pedal-powered-office) The script I'm running does sends a JSON request to my local server every second, which means the log file grows quickly over time. Is there any way to turn off server logging to prevent this? Or should I just schedule a task to delete the file every day or so? If I rewrote this app as a web socket, would it still log every second? Thanks,
-Jim -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

