FreeBSD 8.1 and HAST

Jeremy Chadwick freebsd at jdc.parodius.com
Sun Jun 13 00:36:37 UTC 2010


On Sun, Jun 13, 2010 at 09:07:57AM +0900, hiroshi at soupacific.com wrote:
> > It would be good to have all.log enabled in newsyslog.conf and provide the
> > output from there so all lines are in one log and it is clear which message
> > appeared earlier. Also the logs from the primary could be useful too.
> 
> Could you tell me how to modify newsyslog.conf to one log file ?

He meant syslog.conf.  The procedure:

- Edit /etc/syslog.conf and uncomment the line that looks like this:

#*.*						/var/log/all.log

- touch /var/log/all.log
- chmod 600 /var/log/all.log
- chown root:wheel /var/log/all.log
- /etc/rc.d/syslogd reload

Going forward you should have a file called /var/log/all.log that
contains literally all syslog data.  newsyslog is already set up on
FreeBSD to automatically rotate this log file at midnight every day,
so there's no need to mess with that piece.

-- 
| Jeremy Chadwick                                   jdc at parodius.com |
| Parodius Networking                       http://www.parodius.com/ |
| UNIX Systems Administrator                  Mountain View, CA, USA |
| Making life hard for others since 1977.              PGP: 4BD6C0CB |



More information about the freebsd-fs mailing list