addUserID
cdsLibManager.log addUserID boolean { t | nil }
Description
Specifies whether the user ID is part of the log file name. The default is nil.
The log file name format is baseName[.userID][.hostName][.PID][.sequenceNumber].log .
GUI Equivalent
Examples
envGetVal("cdsLibManager.log" "addUserID")
envSetVal("cdsLibManager.log" "addUserID" 'boolean t)
Related Topics
Using UNIX to Add Settings to a .cdsenv File
Return to top