Commit 9c52bc20749dd3197304c2947710db055192ee60

Con Kolivas 2011-07-28T12:07:23

Add faq about logging.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/README b/README
index a4af798..61d8a42 100644
--- a/README
+++ b/README
@@ -177,3 +177,11 @@ skipping pools that are idle.
 LOAD BALANCE:
 This strategy sends work in equal amounts to all the pools specified. If any
 pool falls idle, the rest will take up the slack keeping the miner busy.
+
+---
+LOGGING
+
+cgminer will log to stderr if it detects stderr is being redirected to a file.
+To enable logging simply add 2>logfile.txt to your command line and logfile.txt
+will contain the logged output at the log level you specify (normal, verbose,
+debug etc.)