The logging behavior varies depending on whether you use the
By default, only warning and error messages are written to the screen.
For more information, enable verbose logging with
Verbose logging prints additional information to the console, including directory settings, effective values for Ant properties, input/output files, and informational messages to assist in troubleshooting.
To enable debug logging, use
Debug logging prints considerably more additional information. The debug log includes all information from the verbose log, plus details on Java classes, additional Ant properties and overrides, preprocessing filters, parameters, and stages, and the complete build sequence.
To write the log to a file, use
Unless an absolute path is specified, the value will be interpreted relative to the current directory.
You also can use other Ant loggers; see
For example, you can use the AnsiColorLogger to colorize the messages written on the screen.
To use a custom Ant logger with the
Now you will get colorized messages when the
If you prefer to launch DITA-OT directly from Ant, you can also add the logger to the
In PDF processing with
To enable debug logging, modify the