Kodi Community Forum
OpenELEC - How do we pull of the log file? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: OpenELEC - How do we pull of the log file? (/showthread.php?tid=307186)



OpenELEC - How do we pull of the log file? - NeoDuck - 2017-02-15

Hi, I'm new to OpenELEC and need to do some troubleshooting for Kodi 17 but I have no idea how to pull off the Kodi log file to view and upload to pastebin?

I have a Windows background.

Thank you!


RE: OpenELEC - How do we pull of the log file? - treeno - 2017-02-15

Turn on debug logging in the settings and also make sure SSH is enabled. SSH into the box (use Putty if on Windows or just the terminal if on Linux). Run the following:

cat /storage/.kodi/temp/kodi.log | pastebinit

If you're really struggling, follow this guide.


RE: OpenELEC - How do we pull of the log file? - NeoDuck - 2017-02-16

(2017-02-15, 18:36)treeno Wrote: Turn on debug logging in the settings and also make sure SSH is enabled. SSH into the box (use Putty if on Windows or just the terminal if on Linux). Run the following:

cat /storage/.kodi/temp/kodi.log | pastebinit

If you're really struggling, follow this guide.

Thanks treeno!