Re: [web2py] Re: Getting Log details

2014-12-09 Thread Niphlod
there are two kind of logs. every request gets traced here -- httpserver.log mimics apache's access.log when using the builtin webserver. of course when running on apache httpsever.log isn't needed web2py and application logging -- logging.conf and logging (python module) calls... this will

[web2py] Re: Getting Log details

2014-12-08 Thread Dave S
On Sunday, December 7, 2014 8:00:11 AM UTC-8, Massimo Di Pierro wrote: Mind that only if you use the built-in rocket server. An important caveat. In http://web2py.com/books/default/chapter/29/13/deployment-recipes you point out the Apache logs, for instance, are in {/var/log/apache2/}

[web2py] Re: Getting Log details

2014-12-08 Thread chuan
For debugging, you may copy logging.conf from web2py/examples/logging.example.conf, and use python logger inside your code. The logs goes into web2py/logs/xxx.log, where xxx is configurable. On Friday, November 28, 2014 11:42:32 AM UTC+1, Research Kamal wrote: Hi to all, I have an web2py

Re: [web2py] Re: Getting Log details

2014-12-08 Thread Research Kamal
so, if we configure web2py with apache it won't give result right On Sun, Dec 7, 2014 at 9:30 PM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: Mind that only if you use the built-in rocket server. On Thursday, 4 December 2014 23:36:44 UTC-6, Dave S wrote: On Sunday, November 30,

[web2py] Re: Getting Log details

2014-12-07 Thread Massimo Di Pierro
Mind that only if you use the built-in rocket server. On Thursday, 4 December 2014 23:36:44 UTC-6, Dave S wrote: On Sunday, November 30, 2014 10:49:54 PM UTC-8, Research Kamal wrote: Hi anybody knows how to view the log details in web2py framework? Let me know, i am waiting for the reply

[web2py] Re: Getting Log details

2014-12-04 Thread Dave S
On Sunday, November 30, 2014 10:49:54 PM UTC-8, Research Kamal wrote: Hi anybody knows how to view the log details in web2py framework? Let me know, i am waiting for the reply The httpserver.log file is in the web2py directory. I can look at mine with less. For the user management

[web2py] Re: Getting Log details

2014-12-01 Thread Research Kamal
Hi anybody knows how to view the log details in web2py framework? Let me know, i am waiting for the reply On Friday, November 28, 2014 4:12:32 PM UTC+5:30, Research Kamal wrote: Hi to all, I have an web2py framework and it is very good, and i want to know about some details like how to get