On Dec 20, 2:34 pm, jep <[email protected]> wrote: > Hi, > > underdev advised me on to ask my question here > > is there a way to start web2py in the foreground, so that i can see > all the error messages / warnings on the foreground in the terminal > where i started web2py ?
web2py always starts in the foreground unless you start with nohup or &. It just does not log much to the console. It only logs to the console internal errors that cannot be attribute to any specific app and therefore cannot issue tickets. These are very rare and should not there be any in the stable version. You can find requests logged in httpserver.log What kind of logs would you like to see? Massimo > i like to work with as little as possible mouse clicking and such way > of starting would be very useful. another option would be a logfile > that i can follow with "tail -f ". > > kind regards, > > jean-paul -- 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.

