Y
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
bqmjjx0kac
697 days ago
Unix philosophy still applies
sqlite3 logs.db "select log from logs" | grep whatever
link
arccy
697 days ago
by the same argument the systemd binary logs also follow the unix philosophy
link
Sammi
696 days ago
As per the example above, for all practical purposes it does.
link
Aeolos
695 days ago
Indeed they do.
link
sqlite3 logs.db "select log from logs" | grep whatever