From f3ab1d8235c79bc471d2ec8f3176debbee0ab63a Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 28 Jul 2017 18:44:42 -0400 Subject: [PATCH] update Windows log file directory Include new log file directory for clean installs starting from v0.14. I'll switch up the ordering once we get more fresh installs --- content/faq/how-to-find-lbry-log-file.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/faq/how-to-find-lbry-log-file.md b/content/faq/how-to-find-lbry-log-file.md index 96edf36d..c0eca124 100644 --- a/content/faq/how-to-find-lbry-log-file.md +++ b/content/faq/how-to-find-lbry-log-file.md @@ -3,13 +3,13 @@ title: How do I locate my 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). +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). **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 forums like Slack or Github.** ## Windows 1. Open Explorer. -1. Type `%appdata%/lbrynet` into the address bar to go to the log file directory. +1. Type `%appdata%/lbrynet` (or `%localappdata%/lbry/lbrynet` if you originally installed v0.14 and up) into the address bar and click Enter. 2. Here you will see the `lbrynet.log` file and any archives. ## MacOS