Skip to content

fix: use print() for auto-start logging with full diagnostic output#91

Merged
blaspat merged 1 commit into
mainfrom
fix/auto-start-print
Jul 20, 2026
Merged

fix: use print() for auto-start logging with full diagnostic output#91
blaspat merged 1 commit into
mainfrom
fix/auto-start-print

Conversation

@blaspat

@blaspat blaspat commented Jul 20, 2026

Copy link
Copy Markdown
Owner

Switch from logger.info/warning to print() so diagnostic messages are visible in journalctl regardless of log level. Added logging at every decision point including a full traceback on failure.

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>
@blaspat
blaspat merged commit e98a252 into main Jul 20, 2026
2 checks passed
@blaspat
blaspat deleted the fix/auto-start-print branch July 20, 2026 10:05
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