feat: add RELP handler for reliable log delivery to rsyslog (closes #5) #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "clawbot/simplelog:feat/relp-handler"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements the planned RELP feature from the README.
What
RELPHandlerthat delivers log messages to a remote rsyslog server via RELP (TCP)LOGGER_RELP_URLenv var (e.g.tcp://rsyslog.example.com:2514)How it works
openhandshake →syslogcommands → gracefulclosersp 200from server)Notes
tls://scheme)Closes #5
isn't there a relp library we can use?
Checkout
From your project repository, check out a new branch and test the changes.