The log limiters are controlled by LogSeverity variables as previously introduced. Each such variable contains the following items:
sys=Screenname (optional) prg=programname (optional) name=LogSeverityvalue=severityname (emerg,alert,...,debug) description="descriptive text" (optional) enabled | disabled (default is enabled) |
The LogSeverity variables can only be configured using the command line interface (see Appendix B). For group-Screen installations, they are configured on the primary Screen.
The following is an example of what you type to display the global global log limiter, while logged in to the primary Screen:
admin% ssadm -r primary edit Initialedit> vars print name=LogSeverity NAME="LogSeverity" ENABLED VALUE="INFO" DESCRIPTION="global log severity limit" ... |
The following is an example of what you type to display the global log limiter for authentication events, while logged in to the primary Screen:
admin% ssadm -r primary edit Initialedit> vars print prg=auth name=LogSeverity PRG="auth" NAME="LogSeverity" ENABLED VALUE="INFO" DESCRIPTION="global log severity limit, authentication" ... |
The following is an example of what you type to cause more (debugging) information to be logged on a particular Screen for authentication events, while logged in to the primary Screen:
admin% ssadm -r primary edit Initialedit> vars add sys=Screenname prg=auth name=LogSeverity value=debug description="debug authentication operations" edit> quit |
Although, the output produced by print surrounds the value of each item in double quotes, these are only necessary on input to protect embedded spaces within the values of items. Also, although print outputs all tag names in capital letters (for example, PRG=), these tags are recognized in a case-insensitive manner on input (for example, prg=, Prg=, PRG= are equivalent. Finally, the VALUE string for the LogSeverity variable is likewise processed in a case-insensitive manner.)
The following is an example of the message you see if you attempt to save without changing entities other than these types:
edit> savelock not held failed (status 244) |
This is a non-fatal message and you can simply quit the configuration editor.
Once log limiters have been altered, the configuration must be activated to propagate the changes.