Non-Confidential | ![]() | 100952_0529_00_en | ||
| ||||
Home > Troubleshooting Server Configuration > Suppressing messages from the server log |
You can stop the server debug log from recording certain message types by using the NOLOG
directive in an options file.
You can turn off logging of license checkouts (OUT), checkins (IN), and denied (DENIED) and queued (QUEUED) messages.
To turn off logging of checkins use:
NOLOG IN
To turn off logging of checkouts and queued requests two separate NOLOG lines are required:
NOLOG DENIED NOLOG QUEUED