QAD 2017 Enterprise Edition
>
Installation-Conversion
>
Installation Guide
>
Troubleshooting
>
General
>
Diagnosis
Diagnosis
Log Threshold
The default log threshold is DEBUG, which records detailed information in the install and administration log files. You can change the logging level to TRACE using the -log-level option, which will print more verbose information to help diagnose a problem.
-log-level:[OFF|FATAL|ERROR|INFO|DEBUG|TRACE]
Temporary Files
Temporary files are files that are created while servicing a request and deleted after the request is serviced. In some cases, the key to diagnosing a problem is to be in a position to view these files.
To retain temporary files created in subsequent requests, define the following environment variable:
> export KEEP_TEMP_FILES=true
To resume cleaning up the files, unset the variable:
> unset KEEP_TEMP_FILES
By default temporary files are written into the /tmp directory. YAB can be configured to write temporary files into a different directory by configuring the YAB_JAVA_OPTS environment variable:
> export YAB_JAVA_OPTS=-Djava.io.tmpdir=PATH