maded2 / plotng

PlotNG - plotting utility for Chia.Net
Apache License 2.0
128 stars 24 forks source link

[FEATURES] Request 2 #17

Closed haukeru closed 3 years ago

haukeru commented 3 years ago

Option to write a log per plot into a specified directory (like the Chia Windows GUI does). The last x lines per plot on the GUI are good - i would love to have the option for whole log files for each plot tho!

Might be a problem on my side, but chia generates absolutely no logs for me, even tho i have set logging to "info" Thus it would be much appreciated if your tool would just make a "> {plot_start_time}_log.txt" for each plot :)

if Chia usually already does this, then ofc. it won't be neccesary and i just have a problem on all my servers

Besides that - great tool, thanks for your awesome work!

ninthwalker commented 3 years ago

I'll +1 this as well. There are other log parsers that are nice to use. Having the full log written out (stdout/sterr stuff) to the normal plotter log dir would be handy to have. Thanks again for the hard work on this!

micgogo commented 3 years ago

i would like this feature too, having the log to go back analyze the plotting are always handy

belmond86 commented 3 years ago

That's exactly what i also need. I want to analyze the log files

Riserforce commented 3 years ago

+1 This should really be added. Important for analyzing past plotting performance and for the possibility to monitor plotting on different devices

torrayne commented 3 years ago

This is very important to me as well. I might try my hand at a PR implementing this feature.