From 3b8afcbc5e700ed6ab8e596e532e20f66d6b2aee Mon Sep 17 00:00:00 2001 From: tarcieri <> Date: Mon, 28 Oct 2013 23:49:53 +0000 Subject: [PATCH] Add link to logging.rst [Imported from Trac: page FAQ, version 101] --- FAQ.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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