1 Jun 2011 06:53
Re: uwsgi.log
> Somehow I managed to generate a message length of 8178 characters, which I > try to print using uwsgi.log() . > Strange things are written. > > uwsgi.log call uwsgi_log() c function. It allocates 4k for log management, so 8178 bytes will not get into. You can use "print" (for now) but i suppose i can make it more smart and allocates memory on demand for bigger loglines. -- -- Roberto De Ioris http://unbit.it
RSS Feed