|
|
|
|
|
by babuskov
4058 days ago
|
|
If you need to grep logs on regular basis, you're doing it wrong. Store important data in the database so that you can query it efficiently. Keep logs for random searches when something unexpected happens. I log gigabytes per day, but only grep maybe once-twice a year. |
|
(And voila, you have binary log storage.)