Kodi Community Forum

Full Version: Missing console.log
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I am using ATV 2.3.1 and there is no /Library/Logs/Console.

I have also tried to create manually directories (Console/501) and file (console.log) but it's not appending any information.

Any help?

thanks in advance
It looks like this here:
Code:
-bash-2.05b$ ls -la /Library/Logs/Console/501/
total 312
drwx------   3 frontrow  admin     102 Apr 26 21:39 .
drwxrwxr-x   3 root      admin     102 Dec 15 23:41 ..
-rw-------   1 frontrow  admin  159047 Apr 25 19:07 console.log

sometimes log output is b0rked, but I'm not sure why it happens. Most of the time restarting Finder fixes it:
Code:
kill `ps -ax | grep [F]inder | grep -v "$0" | awk '{print $1}'`
Thanks,
I needed also to chown the 501 folder to frontrow to make it works.