MaynardMiner/SWARM

lolminer log file gets overwritten instead of appended

UserDC-LeGrand opened this issue · 2 comments

lolminer-a-1.log file gets overwritten instead of appended, at every miner restart. This makes it impossible to troubleshoot previous incidents.

This can be resolved by using "tee" command with -a "append" argument ...
or using native miner --log and --logfile arguments ...

Other miners may have similar issue. This is T.B.D ....

image

image

Yeah I need to get a release out to get the new algos in. After that release I'm going to fix the logging to use shell-in-shell on windows and then stop using miner -log arguments.

#428 similar issue...Closing as I will develop on that issue.