Comment by wiseowise
2 years 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.
2 years 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.
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.