Chia-Network / drplotter

Apache License 2.0
62 stars 7 forks source link

It is hoped that parameters can be added to control the log output format. #16

Open liyifeng opened 5 months ago

liyifeng commented 5 months ago

The line-by-line output method is easier to be recognized by the monitoring program, like this:

plot progress: 31%,time:00:38,eta:06:12 plot progress: 32%,time:00:39,eta:06:12 .... plot progress: 100%,time:06:39

drnick23 commented 5 months ago

I can add it to the next update, and output a log to file as well as the console UI.

Is there any extra information you want to see in the logs?

liyifeng commented 5 months ago

I did't need more information in the log, just println log is fine. it is easy to read progress by other program or shell script. thanks for your reply.