[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Automounter logging



You could do your own log rotator like:

new_logrotate() {
  file=shift
  mv $file tmp
  grep -v 'automount' < tmp > $file
  logrotate_as_before
}

Would that idea suffice.

/Karl

-----------------------------------------------------------------------
Karl Hammar            Aspö Data            karl@kalle.csb.ki.se
Lilla Aspö 2340        +46 173 140 57
S-742 94 Östhammar                          Unix for the small company
Sweden                 +46 70 511 97 84 (mobile)
-----------------------------------------------------------------------


From: Ruprecht Jaeschke <jaeschke@uni-muenster.de>
Subject: Automounter logging
Date: Tue, 29 Feb 2000 13:37:48 +0100

> Hi!
> 
> Can someone help me with reducing the imense logging of automount in the
> logfiles?! It like I have a full debug mode running at the moment and I didn't
> found anything that would cut that down.
> 
> -- 
> IVV Geowissenschaften
> Tel.: +49 (251) 83-30014
> Fax.: +49 (251) 83-39763
> 
> 
> --  
> To UNSUBSCRIBE, email to debian-sparc-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: