can verbose output be saved to an error log - shell php
Posted: 2009-05-09T01:44:53-07:00
Hi,
I am running imagemagick from php as shell commands i.e. using exec function.
I would like to be able to see all imagemagick errors but can't see how. Is there a way if verbose is specified that the verbose comments can be saved off to a log file that I can read?
Or perhaps another way to do this?
From within php would be preferable..off to text file I can read outside.
Thanks
I am running imagemagick from php as shell commands i.e. using exec function.
I would like to be able to see all imagemagick errors but can't see how. Is there a way if verbose is specified that the verbose comments can be saved off to a log file that I can read?
Or perhaps another way to do this?
From within php would be preferable..off to text file I can read outside.
Thanks