Y
Hacker News
new
|
ask
|
show
|
jobs
by
thanpolas
2177 days ago
genuine question, is there any kind of logs that console app has access to that you can't view using unix commands? (i.e. tail -f /var/log/messages)?
1 comments
xinsight
2177 days ago
Not all log levels are persisted to disk (info and debug, i think?) so yes, there is info that you cannot get from `tail -f`
link
pjscott
2176 days ago
However, you
can
get all this information with the `log stream` command.
link