|
|
|
|
|
by rkrzr
4055 days ago
|
|
"But what we find totally unacceptable is log files being shoved into binary repositories as the primary storage location" The way I read his article, he's not really opposed to additionally keeping your logs around as text.
But you make a good point of using text as the primary storage location, since you can always easily feed it to some binary system for further analysis. Would the best practice then be to keep your logs around as (compressed) text, but additionally feed it to your log analysis system of choice for greater querying capabilities? |
|
But don't cripple me by shoving your primary log files into binary format so I can't quickly pull data out of them with awk/grep/sed when I need to quickly diagnose a local issue.