How do I locate my log files?
In certain cases, we may ask you to send us your log file(s). The current log file is titled lbrynet.log
(or just lbrynet
if you have file extensions hidden) and is archived each time the files reaches 2MB. Older log files are copied to lbrynet.log.<#>
. Typically only the lbrynet.log file is required, but we may ask for the others depending on the situation. Since each Operating System has its own set of working directories, use the below guide in order to locate the log file(s).
Find my logs without opening the app
lbrynet.log files may contain your IP address. While sharing this is not inherently dangerous, if you desire maximum privacy, please mask it before posting to public websites.
Find Logs via the LBRY Desktop
You are able to open the log folder from the Help tab in the LBRY app.
From the LBRY App, click on the Gear
icon on the upper right. Next, select Help
and then click on "Open Log Folder"
The folder will be highlighted, so just double click to open and here you will see "lbrynet.log" or just "lbrynet".
Sending log files from Android
Navigate to the About page and use the Send Logs button at the bottom. You can email them to help@lbry.com
Find logs manually
Windows
- Open File Explorer (Keyboard shortcut: Windows Key + E).
- Type
%localappdata%\lbry\lbrynet
(or%appdata%\lbrynet
if you originally installed v0.14 or earlier) into the address bar and click Enter. - Here you will see the
lbrynet.log
file and any archives.
MacOS
- Open Finder.
- Click Go in the top menu and choose "Go To Folder".
- Type "~/Library/Application Support/LBRY" and then click go.
- Here you will see the
lbrynet.log
file and any archives.
Ubuntu / Linux (Exact steps may differ slightly)
- Navigate to your home directory. Ensure hidden files and folders are shown if using a graphical file explorer.
- Navigate to the
.local/share/lbry/lbrynet
folder (or~/.lbrynet
if you originally installed v0.14 or earlier). - Here you will see the
lbrynet.log
file and any archives.
Android (Exact steps may differ slightly)
- Launch your favorite file explorer.
- Navigate to
Internal storage\android\data\io.lbry.browser->files\lbrynet
. - Here you will see the
lbrynet.log
file and any archives.
See a mistake? Edit this page on GitHub.