Search Results

0
votes

How much to log within an application??? How much is too much…

From a security standpoint logging can be an interesting topic. I wrote a blog entry on CSO Online a while …
4
votes

Tool or language to count occurrances of errors in a log file

Perl would be my first choice for the string parsing. Using a RegEx you could parse through that log file in no time. From what I can see it looks like you're dealing with a nicely computer readabl …