mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-27 07:23:33 +00:00
24 lines
1.4 KiB
Text
24 lines
1.4 KiB
Text
---
|
|
title: How to find your LBRY Log files
|
|
category: setup
|
|
---
|
|
|
|
In certain cases, we may ask you to send us your log file(s). The current log file is titled `lbrynet.log` 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).
|
|
|
|
**lbrynet.log files may contain your IP address, so please mask it out before posting to public forums like Slack or Github**
|
|
|
|
## Windows
|
|
1. Type `%appdata%/lbrynet` into an Explorer window to find the log file directory.
|
|
2. Here you will see the `lbrynet.log` and any archives.
|
|
3. If posting to public forum, please ensure IP address in file is masked.
|
|
|
|
## MacOS
|
|
1. Open Finder, click Go on top menu, choose "Go To Folder" Type "~/Library/Application Support/LBRY" and then click go.
|
|
2. Here you will see the `lbrynet.log` and any archives.
|
|
3. If posting to public forum, please ensure IP address in file is masked.
|
|
|
|
## Ubuntu / Linux *(Exact steps may differ slightly)*
|
|
1. Open File browser and navigate to the Home directory. Press Ctrl-H to view hidden files and folders
|
|
2. Navigate to the .lbrynet folder
|
|
3. Here you will see the `lbrynet.log` and any archives.
|
|
4. If posting to public forum, please ensure IP address in file is masked.
|