Replies: 1 comment
-
I just suggested that the CLI should also write plotter logs autonomously without the need to manually capture CLI output: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having unreasonable levels of resistance capturing the output of the plotting process in Windows. I've been struggling for two days already and tried everything that people have suggested in my Discord. These methods listed below work for me when used with other scripts and process, but not with Chia.exe.
command > filename
nothing is piped to the logfile. https://ss64.com/nt/syntax-redirection.htmlStart-Process
with-RedirectStandardError
I get a partial amount of log at the top of the file and then nothing and-RedirectStandardOutput
I get nothing at all in the log file, and all of it to the console. https://ss64.com/ps/start-process.htmlSo quite frankly I'm at a loss right now, what more can I do? any suggestions please.
Beta Was this translation helpful? Give feedback.
All reactions