When you read the man pages on Mac OS X, there are references to /var/log/messages, but if you look for the file, it doesn't exist:
$ ls -l /var/log/messages
ls: /var/log/messages: No such file or directory
|
When you read the man pages on Mac OS X, there are references to /var/log/messages, but if you look for the file, it doesn't exist:
| |||
|
feedback
|
|
If you refer to the man entry of syslog.conf, I guess the line is just an example:
If you want to use that directory in your configuration, you'll have to create it. Edit: The actual syslog.conf on Mac OS X uses the | |||||||||
feedback
|
|
It's | |||
feedback
|
|
The var directory on Mac OS X is symlinked, if you do an ls -l on your root directory you'll see this:
So your var folder is located at:
However, I am unable to locate the messages folder or file within the log folder, so I can't help you with that part of the question. Edit: On further inspection, it looks as though the only thing in /var/log/messages on my RHEL server is sshd warning logs. Maybe the Mac OS X sshd binary logs to
or similar. What messages are you looking for? You might want to try
and see if each process writes out its own message file. | |||
|
feedback
|