mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Structuring faq.php into categories in preparation for adding more answers, and to make it more accessible.
8 lines
157 B
Markdown
8 lines
157 B
Markdown
---
|
|
title: How can I see the log in the terminal?
|
|
category: running
|
|
---
|
|
|
|
Run LBRY with the `--log-to-console` flag set:
|
|
|
|
lbrynet-daemon --log-to-console
|