NOLOG suppresses logging of the selected type of event in the debug log file.
Usage:
NOLOG { IN | OUT | DENIED | QUEUED | UNSUPPORTED}
Entry | Description |
NOLOG IN | Turns off logging of check-ins. Two separate NOLOG lines are required to turn off logging of check-ins and queued requests. |
NOLOG OUT | Turns of logging of checkouts. |
NOLOG DENIED | Turns off logging for DENIED requests. License administrators use this option to reduce the size of the debug log file. However, it can reduce the usefulness of the debug log when debugging license server problems. |
NO LOG QUEUED | Turns off logging of queued requests. License administrators use this option to reduce the size of the debug log file. However, it can reduce the usefulness of the debug log when debugging license server problems. |
NOLOG UNSUPPORTED | This suppresses UNSUPPORTED messages in the debug log. UNSUPPORTED messages in the debug log report a failure due to the feature being unsupported. |