full power journalctl [answered]
I'm missing important options in journalctl like priority and unit
journalctl -p 3
journalctl: invalid option -- 'p'
Without such options it's much harder to debug errors :(
I'm missing important options in journalctl like priority and unit
journalctl -p 3
journalctl: invalid option -- 'p'
Without such options it's much harder to debug errors :(
it works the following way for 2.0.4.14
journalctl --priority 3
Thats it.
Asked: 2014-01-28 02:29:08 +0300
Seen: 679 times
Last updated: Nov 03 '16
Also tried
does not work either...
phoenix_blue ( 2014-01-28 10:25:30 +0300 )at least -p works with JollaC
kelvan ( 2016-07-21 19:58:03 +0300 )