https://bugzilla.wikimedia.org/show_bug.cgi?id=65420
--- Comment #27 from Andrew Otto <[email protected]> --- You should probably be redirecting your stdout from crons anyway, eh? At the end of your cron command, add > /home/ironholds/blabla/whatever/path/whatever_file.log 2>&1 That will redirect both stdout and stderr to that file. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
