System Administrator’s Guide to Installing DataMgr
3-16 Setup Tasks
Logging that shows which commands have been run, the time it
ran, and whether or not the command succeeded are located in
/etc/dm/emasslogs/history/el_hist_00.
EL_SYSLOG_MASK
(defaults to ud)
The log mask used for priority 0-7 messages that are
directed to the syslog. From the options available use
one option or any option combined with “u.”
Options are:
a = use LOG_ALERT for priority level 1
e = use LOG_EMERG for priority level 0.
c = use LOG_CRIT for priority level 2
i = use LOG_INFO for priority level 6
n = use LOG_NOTICE for priority level 5
r = use LOG_ERR for priority level 3
u = use LOG_UPTO() to log all priority levels up to ().
w= use LOG_WARNING for priority level 4
d = debug
For example,
• To mask all priority levels except priority level 0, which
are emergency messages, edit the file as follows:
EL_SYSLOG_MASK=e;
• To mask all errors except zero “up to” priority level 3
(only levels 0, 1, 2, and 3 will display), edit the file as
follows: EL_SYSLOG_MASK=ur;
Environment Variable Description