Hi all,

I am using c and UNIX to write a system log message.

When i use LOG_ERR as the priority level i can see the message being delivered into the log called "messages".

But when i use LOG_INFO the message does not show up in the log.

Why is that? Do low priority messages show up on some other file??

Your help is appreciated.

Thanks