1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Add faq about logging.

This commit is contained in:
Con Kolivas 2011-07-28 12:07:23 +10:00
parent f0fe82ea37
commit 9c52bc2074

8
README
View File

@ -177,3 +177,11 @@ skipping pools that are idle.
LOAD BALANCE: LOAD BALANCE:
This strategy sends work in equal amounts to all the pools specified. If any 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. 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.)