On Tuesday, October 18, 2016 at 3:49:06 AM UTC-4, PRACHI VAKHARIA wrote:
>
>
>
> *What is Web2Py Doing in Background? —or— How To See Web2py WorkFlow When 
> The Server is Active?*
>
>    - *How can a developer see what the Web2Py application and server are 
>    doing when it is doing something?*
>    - *How to get a Verbose listing of what the w2p/server is doing in 
>    realtime?*
>
> See http://web2py.com/books/default/chapter/29/04/the-core#Logging. Note, 
the framework itself will only issue a limited number of INFO logs, so you 
won't have much visibility into the framework.

You can also set up profiling and logging of the HTTP requests (i.e., a 
list of each handled HTTP request) via gluon.main.appfactory 
<https://github.com/web2py/web2py/blob/77dfec9e4dc734a3235d3aa44f6d15eb62c63252/handlers/wsgihandler.py#L32>
.

Anthony

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to