tydeno / Ploto

A Windows PowerShell based Chia Plotting Manager. Lets you automatically spawn and move plots. Sends you notifications on the go.
MIT License
32 stars 5 forks source link

Request: use a seperate log folder for Ploto? #82

Closed realdevnullius closed 3 years ago

realdevnullius commented 3 years ago
PlotoSpawner redirects the output of chia.exe to to the following path:

C:\Users\Tydeno\.chia\mainnet\plotter\

Can we change that to: C:\Users\Tydeno\.chia\mainnet\ploto_logs?

KillaDreams commented 3 years ago

Don't know why you would want another folder for the logs? I'm sure it's possible but I doubt @tydeno would do it for you, you'd have to go in and change all of the code everywhere to the new location

tydeno commented 3 years ago
PlotoSpawner redirects the output of chia.exe to to the following path:

C:\Users\Tydeno\.chia\mainnet\plotter\

Can we change that to:

C:\Users\Tydeno\.chia\mainnet\ploto_logs?

As @KillaDreams stated, it would be surely possible. Right now the path is hardcoded at a few places. I‘d indeed need to change it across many functions.

I think a definable logpath in config would be handy here.

To help me understand the request, could you elaborate as to why you would like to move the log destination in the first place?