hit a wall with remote log monitoring #256
-
Good evening, all. I'm having issues ... I'm running chiadog on Ubuntu focal with a remote Windows 10 full node. log_level: DEBUG chia_logs: Below is my debug output [2021-07-12 21:11:40] [ INFO] --- Starting Chiadog (v0.6.0) (main.py:54) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Looks like it's not an SSH issue, but rather an issue with the log file path.
Then run chiadog again and post the chiadog log output for those lines. |
Beta Was this translation helpful? Give feedback.
-
Ah! I saw that in the issues but assumed it was in already. I’ll edit this evening and run again. Thanks for the help.
… On Jul 13, 2021, at 8:11 AM, pieterhelsen ***@***.***> wrote:
nevermind; I see what the problem is... It's already fixed in dev, but not pushed to main yet.
You can remove the previously added debug statements and change this line:
https://github.com/martomi/chiadog/blob/429b90cf2d3f74a885d4ffcb748fb63b1521e48b/src/chia_log/log_consumer.py#L168
To:
f"powershell.exe Write-Host(Get-Item {str(path)}).length)"
(basically removing the first opening bracket)
This will temporarily solve it until the fix is pushed to main in a new release.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
Looks like it's not an SSH issue, but rather an issue with the log file path.
Could you add the following two lines to
src\chia_log\log_consumer.py
on line 171:Then run chiadog again and post the chiadog log output for those lines.