I have web2py logging set up using logging.conf like this -
args=("logs/my_log.log", "a", 100, 5)
But I end up with many small files like this -
166 Aug 8 05:48 my_log.log.1
34011 Aug 8 07:16 my_log.log.2
28650 Aug 8 10:36 my_log.log.3
9593 Aug 8 10:37 my_log.log.4
3222 Au
Hi,
I am trying to get logging working. Quite a few doubts. This is the entry
in logging.conf
[logger_myapp]
level=INFO
qualname=web2py.app.myapp
handlers=rotatingFileHandler
propagate=0
Where will the log end up? We are using uwsgi and I do see the entries in
/var/log/uwsgi/uwsgi.log, along wit
Has anyone figured out how to get logging to firePHP using firepy for
web2py? A bit of web searching shows that someone figured it out a while
back but his script no longer exists for download. This would really
be useful for debugging.
web2py makes semi-extensive use of the Python logging module, but (near as I
can tell) it never changes the output away from the default stdout.
Is this true, and if so isn't it a problem?
4 matches
Mail list logo