cron is a deamon and by definition it cannot have a console output.
You need to open a file and append to the file. You can also run your
tasks as

web2py,py -S app -M -N -R script

and this will output to console.

On Jun 18, 7:52 am, mika <miss.from.h...@gmail.com> wrote:
> I have some funcions which are printing info directly to console. How
> to get it working in cron?
> when i call it by hand it works - from cron - it doesn't..

Reply via email to