Log File Names
By default, the Qedit server assumes that the log files are located in this directory:
/opt/robelle/log/qedit/
If you have installed Qedit in a different directory, Qedit should be able to detect its new location automatically and adjust the log files location accordingly. If you prefer, you can explicitly change the default directory of the log files by using the ROBELLE environment variable. The three log files are called:
access.log
error.log
trace.log
Like most UNIX log files, these files will continue to grow until you run out of disc space. We recommend archiving the log files in a separate directory and saving them each week. After archiving, you can remove everything from the log files with these commands:
cp /dev/null access.log
cp /dev/null error.log
cp /dev/null trace.log