Hi! I want to create cronjob running inside my web app.

1st opportunity is to create paster command, but in that case
load_environment() is not called.
2nd option is to use paster request, but in that case there is no log:
pony ~/proj: paster request -v test.ini /myurl
No handlers could be found for logger "test.myurl"
3rd option is to create paster server - it can log and load_env() is
called. But I think server is not for cronjobs.

What did I miss? How to get logging inside paster request?

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to