You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,9 @@ LibreELEC is a minimalistic 'Just enough OS' Linux distribution for running [Kod
4
4
5
5
These pages are maintained on [GitHub](https://github.com/LibreELEC/documentation) so anyone can submit changes to the content. All content is licensed under the Creative Commons [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
6
6
7
-
## Support
7
+
## Support
8
8
9
9
User support is managed through our forum: [https://forum.libreelec.tv](https://forum.libreelec.tv) and the \#libreelec IRC channel on freenode. Start a forum thread to ask a question, and someone will reply. Please be patient and wait for answers, we are all unpaid volunteers with jobs and families!
10
10
11
11
For support on Kodi itself, please refer to the official [Kodi Wiki](https://kodi.wiki/view/Main_Page) and [Kodi Forums](https://forum.kodi.tv).
Copy file name to clipboardExpand all lines: support/log-files.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
2
2
3
3
If you experience problems, the best explanation of the issue is often in a log file. If you want to investigate yourself or ask others for support in the forum or the IRC channel, they will ask for a log file \(or files\) and configuration data to look at.
4
4
5
-
Kodi has `default` and `debug` log modes. Debug logs show more detail and are more useful for staff and forum regulars to work with. If you are aked for a log - assume the request is for a `debug` log and for the entire log file, not just the small snippet that you think is useful \(often we need to see and understand the configuration too\).
5
+
Kodi has `default` and `debug` log modes. Debug logs show more detail and are more useful for staff and forum regulars to work with. If you are asked for a log - assume the request is for a `debug` log and for the entire log file, and not just the small snippet you think is useful \(often we need to see and understand the configuration too\).
6
6
7
7
Enable 'debug logging' at Settings → System → Logging, then paste or copy/share the logs.
8
8
9
-
## Share via LibreELEC Settings
9
+
## LibreELEC Settings
10
10
11
11
The settings add-on has a built-in "paste" function that grabs the current Kodi log file and other useful system configuration details and sends them to the [http://ix.io](http://ix.io) pastebin service. It is an easy way for inexperienced \(or command-line phobic\) users to share logs.
12
12
13
13
Navigate to LibreELEC → System → scroll down to `Paste system logs` and press enter to submit them. Once the upload completes the GUI will show a short URL that you can copy and use in a forum post or while chatting to developers on IRC.
14
14
15
-
## Share via SSH
15
+
## SSH/Console
16
16
17
17
SSH into your LibreELEC machine and run the following command:
18
18
@@ -29,15 +29,15 @@ http://ix.io/2f5
29
29
30
30
Copy and paste the URL link to a forum post or an IRC chat session, or review it yourself.
31
31
32
-
## Share via Samba/SMB
32
+
## Samba/SMB
33
33
34
-
If Samba \(SMB Sharing\) is enabled we can collect the log file by accessing the `Logfile` folder over the network. This is a special folder. Each time you access it the system triggers a task to collect the current Kodi log and system configuration, and packages everything into a single zip file that can be copied to your local machine or unpacked in-situ. Files are named with date and time to make it easier to find the latest file. Inside the zip are multiple files. The main one project staff will be interested in is `KODI.log`
34
+
If Samba \(SMB Sharing\) is enabled you can collect the log file by accessing the `Logfile` folder over the network. This is a special folder. When you access the folder it triggers a task to collect the current Kodi log and system configuration, and package everything into a single zip file that can be copied back to your local machine or unpacked in the share. The auto-created files are named with date and time to make it easier to find the latest file. Inside the zip are multiple files. The main one project staff will be interested in is `KODI.log`
35
35
36
-
**!! PLEASE DO NOT UPLOAD LOG FILES TO THE FORUM !!**
36
+
**!! PLEASE DO NOT UPLOAD LOG/ZIP FILES TO THE FORUM !!**
37
37
38
-
Instead, open the file in a text editor and then copy/paste the content to an interenet "paste" service like [https://pastebin.com](https://pastebin.com)and share a link to the paste. This makes reviewing your log a "one click" exercise \(so more people will review it\) and saves a ton of disk space on our forum server.
38
+
Instead, open `KODI.log`in a text editor and copy/paste the content to an interenet "paste" service like [https://pastebin.com](https://pastebin.com)then share the paste URL. This makes reviewing your log a "one click" exercise so more people are likely to review it, and it saves a ton of disk space on our forum server.
39
39
40
-
## Share via Kodi Log Uploader
40
+
## Kodi Log Uploader
41
41
42
-
The "Kodi Log Uploader" add-on can be installed from the Kodi add-on repo. It will detect that is used on LibreELEC to collect the correct log files, and it performs the same task as the paste function in the LibreELEC settings add-on. The main difference is that it displays a QR code to make the process of copying the pastebin URL for use easier \(for some\). It also sends the log to the Team Kodi pastebin service, which uses special highlighting to make reading the logfile easier for developers and forum staff.
42
+
The "Kodi Log Uploader" add-on can be installed from the Kodi add-on repo. It will detect that is being used on LibreELEC to collect the correct log files, and it performs the same task as the paste function in the LibreELEC settings add-on. The main difference is that Kodi Log Uploader displays a QR code on-screen to make the process of copying the pastebin URL for use easier \(for some\). It also sends the log to the Team Kodi pastebin service, which uses highlighting to make reading the logfile easier for developers and forum staff.
0 commit comments