diff --git a/FAQ.md b/FAQ.md index 88225ff..64ea4bd 100644 --- a/FAQ.md +++ b/FAQ.md @@ -226,4 +226,8 @@ A: Actually, all you need is to restart an introducer. It will check existing no **Q33: Can I tell how much storage space is offered by storage servers?** -A: That information is currently broadcast by storage servers and collected by clients, but not yet displayed to the human user of the client. For more information, see [docs/stats.rst]source:trunk/docs/stats.rst. The ticket to add a display of that information to the human is #648. \ No newline at end of file +A: That information is currently broadcast by storage servers and collected by clients, but not yet displayed to the human user of the client. For more information, see [docs/stats.rst]source:trunk/docs/stats.rst. The ticket to add a display of that information to the human is #648. + +'''Q34: There's not a lot of information in the logs. How can I get more verbose logging? + +The default logfiles provided by Tahoe do not provide much information. To really see what's going on, you will need to use the "flogtool" utility to expose detailed logging. For more information, see source:trunk/docs/logging.rst