[web2py] Re: where is this coming from?

2010-04-02 Thread mdipierro
h. I think it may be this line in newcron.py logging.info('WEB2PY CRON (%s): %s executing %s in %s at %s' \ % (ctype, app, task.get('cmd'), os.getcwd(), datetime.datetime.now())) should it be .warn instead of .info?

Re: [web2py] Re: where is this coming from?

2010-04-02 Thread Jonathan Lundell
On Apr 2, 2010, at 5:33 PM, mdipierro wrote: h. I think it may be this line in newcron.py logging.info('WEB2PY CRON (%s): %s executing %s in %s at %s' \ % (ctype, app, task.get('cmd'), os.getcwd(),

[web2py] Re: where is this coming from?

2010-04-01 Thread mdipierro
applications/admin/cron/crontab On Apr 1, 12:37 am, Jonathan Lundell jlund...@pobox.com wrote: Wed Mar 31 16:10:00 2010 hard CRON RUNNING ['/opt/local/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python', 'web2py.py', '-P', '-N', '', '-S', 'admin',

Re: [web2py] Re: where is this coming from?

2010-04-01 Thread Jonathan Lundell
On Apr 1, 2010, at 6:18 AM, mdipierro wrote: applications/admin/cron/crontab The message itself, I mean. It's showing up on my console, and I can't find the source. On Apr 1, 12:37 am, Jonathan Lundell jlund...@pobox.com wrote: Wed Mar 31 16:10:00 2010 hard CRON RUNNING

[web2py] Re: where is this coming from?

2010-04-01 Thread Yarko Tymciurak
my quick guess would be start at line 45, winservice.py -- it has ReportServiceStatus Actually - as I look at it, I'll bet it's coming from the call Service::log(), which calls which calls servicemanager.LogInfoMsg() Try setting a breakpoint there, and see if this stuff shows up in the msg

Re: [web2py] Re: where is this coming from?

2010-04-01 Thread Jonathan Lundell
On Apr 1, 2010, at 8:49 AM, Yarko Tymciurak wrote: my quick guess would be start at line 45, winservice.py -- it has ReportServiceStatus This is OS X, so not winservice. Presumably. I was running 1.76.3 inadvertently; I'll see what happens with .5. Actually - as I look at it, I'll bet