Commit 668ab18f8f3841ca73c4157ca34958dc78e7e307

Con Kolivas 2011-07-28T23:14:47

More logging info.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/README b/README
index 61d8a42..61322d5 100644
--- a/README
+++ b/README
@@ -185,3 +185,10 @@ 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.)
+
+In other words if you would normally use:
+./cgminer -o xxx -u yyy -p zzz
+if you use
+./cgminer -o xxx -u yyy -p zzz 2>logfile.txt
+it will log to a file called logfile.txt and otherwise work the same.
+