Y
Hacker News
new
|
ask
|
show
|
jobs
by
madhouse
4056 days ago
Agreed. But if I keep my logs in a database, I may aswell use the database to query my logs, instead of grepping in them.
(And voila, you have binary log storage.)
1 comments
babuskov
4053 days ago
Separate the data you are sure you need often and only store that in the database. Store everything else in the textual logs.
link