What is the best way to handle the multitude of different logs created all around the place?
        Posted  
        
            by 
                Low Kian Seong
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Low Kian Seong
        
        
        
        Published on 2011-01-10T08:44:49Z
        Indexed on 
            2011/01/10
            8:55 UTC
        
        
        Read the original article
        Hit count: 270
        
I run a few applications which creates their own logs. Then I run cron scripts on the same server to do importing of data for my app. When these cron errors out, the default is it sends emails to the user that runs the cron job.
There are just too many places that I need to check the logs and mails for stuff that might have potentially went wrong. My question is, what is the best way to do this or even better is like a log parser application which will go through all the system logs when something really goes wrong instead of me having to go through it daily?
© Server Fault or respective owner