> eh,
>
>
> http://projects.unbit.it/uwsgi/wiki/TitleIndex
> http://projects.unbit.it/uwsgi/wiki/EmbeddedModule
>
>
> uwsgi.log and uwsgi.log_this_request are not in it.
>


uwsgi.log("message")

is like

print "message"

but it will honour the --logdate/--log-prefix options

uwsgi.log_this_request if True will log the current request even if
the current uWSGI config has disabled it.

-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to