add --log-to-console

This commit is contained in:
Jack Robison 2016-06-21 16:58:08 -04:00 committed by GitHub
parent a8e2dad6d0
commit 79adc677a1

8
FAQ.md
View file

@ -45,6 +45,12 @@ A: On linux, the relevant directories are `~/.lbrynet`, `~/.lbrycrd`, and `~/.lb
***********
Q: How can I see the log in the console?
A: Run lbry with the --log-to-console flag set: `lbrynet-daemon --log-to-console`
***********
Q: How do I specify a web-UI to use?
A: If the files for the UI you'd like to use are storred locally on your computer, start lbry with the --ui flag: `lbrynet-daemon --ui=/full/path/to/ui/files/root/folder`
@ -59,6 +65,8 @@ Q: How do I see the list of API functions I can call, and how do I call them?
A: Here is an example script to get the documentation for the various API calls. To use any of the functions displayed, just provide any specified arguments in a dictionary.
Note: the lbry api can only be used while either the app or lbrynet-daemon command line are running
import sys
from jsonrpc.proxy import JSONRPCProxy