Consultor Eletrônico



Kbase C27087: How can one prevent ObjectStore from issuing messages in /var/adm/messages
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/28/2005
Status: Unverified

GOAL:

How can one prevent ObjectStore from issuing messages in /var/adm/messages

FACT(s) (Environment):

ObjectStore
Category: Server
Category: Cache Manager
UNIX

CAUSE:

ObjectStore is using system call syslog() to signal errors, which by default copies them in /var/adm/messages following the deamon.notice rule

FIX:

Editing /etc/syslog.conf and adding the following rule:
daemon.notice /var/adm/messages-daemonnotice
will tell the operating system to redirect all the notices from daemon processes to a separate file