KlausT / ccminer

Software for mining various cryptocoins
GNU General Public License v3.0
403 stars 312 forks source link

File logging #204

Open namdo opened 6 years ago

namdo commented 6 years ago

How can I log the output of miner to the file #

KlausT commented 6 years ago

The easiest way is to add 2>output.txt to the command line. But then you can't see the output on the screen. Under Linux there's probably a way to avoid this, but I don't know how.

cowokjojo commented 6 years ago

Do you have plan to add file logging?

KlausT commented 6 years ago

yes, probably

platinum4 commented 3 years ago

@KlausT was this ever done?

KlausT commented 3 years ago

yes, there's the option --logfile since version 8.21 or so

platinum4 commented 3 years ago

Hi, I see this, so the issue can be closed now. Can I have it generate a new file name each time I run it?