View Single Post
Posts: 87 | Thanked: 35 times | Joined on Jan 2015
#84
Originally Posted by coderus View Post
Try current alpha build: http://repo.merproject.org/obs/home:...la.armv7hl.rpm
This version writing log to system journal when no mitakuuluu3.log file exists. You can read log using simple commands (as root):
Code:
journalctl -a /usr/bin/mitakuuluu3 --since=15:00:00
or save it to file:
Code:
journalctl -a /usr/bin/mitakuuluu3 --since=15:00:00 > mitakuuluu3_sd.log
Do you got a changelog for it?