Skip to content

Commit b496a78

Browse files
chewittgitbook-bot
authored andcommitted
GitBook: [master] 44 pages modified
1 parent d2296d1 commit b496a78

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ LibreELEC is a minimalistic 'Just enough OS' Linux distribution for running [Kod
44

55
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.
66

7-
## Support
7+
## Support
88

99
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!
1010

1111
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).
12+

support/log-files.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
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.
44

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\).
66

77
Enable 'debug logging' at Settings → System → Logging, then paste or copy/share the logs.
88

9-
## Share via LibreELEC Settings
9+
## LibreELEC Settings
1010

1111
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.
1212

1313
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.
1414

15-
## Share via SSH
15+
## SSH/Console
1616

1717
SSH into your LibreELEC machine and run the following command:
1818

@@ -29,15 +29,15 @@ http://ix.io/2f5
2929

3030
Copy and paste the URL link to a forum post or an IRC chat session, or review it yourself.
3131

32-
## Share via Samba/SMB
32+
## Samba/SMB
3333

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`
3535

36-
**!! PLEASE DO NOT UPLOAD LOG FILES TO THE FORUM !!**
36+
**!! PLEASE DO NOT UPLOAD LOG/ZIP FILES TO THE FORUM !!**
3737

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.
3939

40-
## Share via Kodi Log Uploader
40+
## Kodi Log Uploader
4141

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.
4343

0 commit comments

Comments
 (0)