"Use syslog" explain?
I dont want it to go to /var/log/messages ----- Original Message ----- From: "Christophe Dyzers" <[EMAIL PROTECTED]> To: "Chris "Winston" Litchfield" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Saturday, October 04, 2003 3:57 AM Subject: Re: Log performance. > Chris "Winston" Litchfield wrote: > > > Greetings, > > > > I have a question/request for ideas. Basically the problem I have is > > this. After a long time (5+ years) of direct development on my mud, > > it is filled with GREAT log lines. Thats not really the problem but > > I believe that I have so many now that the constant writing to disk > > > > Every logfile entry does an open file, write line, close file. > > > > This is a huge performance overhead. I like to know things that > > happen upon a crash.. but still.. > > > > So the question is: Anyone do logging differently that may be much > > better performance? (ie: not so many constant writes, but still > > maintain the same information). > > > > Chris "Winston" Litchfield. > > Try syslog > > > >

