Page 1 of 1

debug information into external file

Posted: 2011-09-02T02:57:58-07:00
by moou
Hello,
is possible to write the debug information into an external file?

Thanks

Re: debug information into external file

Posted: 2011-09-02T09:40:46-07:00
by fmw42
see http://www.imagemagick.org/Usage/basics/#controls

if "-debug" is used the location of the logging output is controled by the "log.xml" file. This is by default set to "console". to have it save to a file change <log output="console"/> to <log output="file"/>