|
|
|
|
|
by ghostpepper
1285 days ago
|
|
Binary log files is another example of something that could have advantages in theory but never seems to work well in practice. What used to be "tail /var/log/nginx.log" is now man journalctl
journalctl -u nginx
<G to skip to latest, ctrl+C because it's taking too long>
journalctl | grep nginx
<wait...>
go back to man page to look for more options to search etc |
|
Really feels like "Embrace, extend, extinguish" but the thing they're extinguishing is unix-as-a-programming-environemnt.