Re: [logs] Log rotation tools

From: Robert Bihlmeyer (robbeat_private)
Date: Tue Sep 18 2001 - 11:23:32 PDT

  • Next message: Administrator: "[logs] Starting a proxy log analysis regime from the ground up"

    I use syslog-ng's date facilities. Something like
    
      destination blah { file("/var/log/blah-$YEAR-$MONTH"); }
    
    No need to ever HUP syslog. Files can still be moved to
    storage/compressed by a simple homegrown script. It may also help to
    have it keep a symlink /var/log/blah pointing to the latest
    incarnation.
    
    -- 
    Robbe
    
    
    



    This archive was generated by hypermail 2b30 : Tue Sep 18 2001 - 13:38:49 PDT