Operating System - HP-UX
1829415 Members
2024 Online
109991 Solutions
New Discussion

Append error message to the log

 
peterchu
Super Advisor

Append error message to the log

In my system , there are error message append to the /var/adm/syslog , and also , part of these message will pop to my login screen ( I use telent to login to server ) , I checked that the /var/mail/my_loginid is empty , could suggest how can I forbid the message pop to my login screen and/or append these messages to /var/mail/my_loginid ? thx
2 REPLIES 2
Fred Ruffet
Honored Contributor

Re: Append error message to the log

You may have a look at "man syslogd" and /etc/syslog.conf. Maybe some log level are set to *, and they shouldn't.

Regards,

Fred
--

"Reality is just a point of view." (P. K. D.)
peterchu
Super Advisor

Re: Append error message to the log

thx , but I check that the .conf is no problem.