added support for paste loggers

This commit is contained in:
roberto@oneiric64
2012-02-06 16:29:04 +01:00
parent f1b415df2f
commit 594f67c6d7
3 changed files with 26 additions and 0 deletions
+1
View File
@@ -126,6 +126,7 @@ struct uwsgi_python {
char *wsgi_config;
char *file_config;
char *paste;
int paste_logger;
char *eval;
char *web3;