Skip to content

fix: log auto-start diagnostics to hermes-node-plugin.log file#93

Merged
blaspat merged 3 commits into
mainfrom
fix/log-file
Jul 20, 2026
Merged

fix: log auto-start diagnostics to hermes-node-plugin.log file#93
blaspat merged 3 commits into
mainfrom
fix/log-file

Conversation

@blaspat

@blaspat blaspat commented Jul 20, 2026

Copy link
Copy Markdown
Owner

Writes all auto-start decisions and errors to ~/.hermes/profiles/kate/hermes-node-plugin.log. Survives gateway restarts. Includes timestamps and full tracebacks.

blaspat added 3 commits July 20, 2026 17:05
The plugin logger may filter INFO messages in the gateway runtime. Switch to print() (goes to stdout/journalctl) and add logging at every decision point: auto-start check, config load, port check result, thread creation, and errors with tracebacks.

Signed-off-by: Blasius Patrick <blasius.patrick@gmail.com>
Replace all print() with _log() that writes to both stdout and ~/.hermes/profiles/kate/hermes-node-plugin.log. Includes timestamps and traceback formatting on failure.

Signed-off-by: Blasius Patrick <blasius.patrick@gmail.com>
Signed-off-by: Blasius Patrick <blasius.patrick@gmail.com>
@blaspat
blaspat merged commit 68b02e4 into main Jul 20, 2026
2 checks passed
@blaspat
blaspat deleted the fix/log-file branch July 20, 2026 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant