MaynardMiner / SWARM

Profit Switching Mining Administrator For HiveOS/Linux & Windows: HiveOS Integrated
MIT License
92 stars 40 forks source link

lolminer log file gets overwritten instead of appended #436

Closed UserDC-LeGrand closed 1 year ago

UserDC-LeGrand commented 1 year ago

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

MaynardMiner commented 1 year ago

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.

MaynardMiner commented 1 year ago

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