Hacker News new | ask | show | jobs
by wiseowise 697 days ago
> some people will be along any second pointing out your approach limits your ability to use "grep" and "cat" on your log

And they won’t be wrong.

1 comments

Unix philosophy still applies

sqlite3 logs.db "select log from logs" | grep whatever

by the same argument the systemd binary logs also follow the unix philosophy
As per the example above, for all practical purposes it does.
Indeed they do.