Configuring Arbortext Publishing Engine > Setting Configuration Parameters > Arbortext Publishing Engine Global Parameters > The Global Debugging Parameters
  
The Global Debugging Parameters
The debug parameter logs information about transactions between clients and the server. However, you can set debug to include broader log levels. These parameters are applied after the PE_HOME\e3\e3\WEB-INF\classes\e3log4j.properties file is processed.
debug
Sets the log level for output messages. Explicitly set to false by default, which reports only fatal and error messages.
You can set it to warn, info, or debug.
Report data is sent to the servlet container or web application server log files. If you set the log level to include more data, be aware that the log files can become very large.
delete-temp
Controls whether temporary storage for each Arbortext PE sub-process is deleted when it terminates. Explicitly set to true by default, which deletes the temporary storage upon termination. You can set it to false to preserve the Arbortext PE sub-process temporary storage for debugging. However, reset it to true when you are finished.
* 
Setting delete-temp to false will consume disk space quickly, so don’t leave it set to false for long.