mirror of
https://github.com/GOSTSec/sgminer
synced 2025-08-31 00:02:33 +00:00
More logging info.
This commit is contained in:
parent
53e05c6413
commit
668ab18f8f
7
README
7
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
|
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,
|
will contain the logged output at the log level you specify (normal, verbose,
|
||||||
debug etc.)
|
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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user