We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description from #38 (comment)
tcpdump indicates that relp connection is opened twice:
1 open 53 relp_version=0 relp_software=RLP-01 commands=syslog 1 rsp 86 200 OK relp_version=0 relp_software=rlp_03,9.0.0,https://teragrep.com commands=syslog 1 open 53 relp_version=0 relp_software=RLP-01 commands=syslog 1 rsp 86 200 OK relp_version=0 relp_software=rlp_03,9.0.0,https://teragrep.com commands=syslog 2 syslog 75 <12>1 2024-11-26T10:00:12.366Z localhost appName - - - DEBUG logger - none 2 rsp 6 200 OK 3 close 0 3 rsp 0 0 serverclose 0
The text was updated successfully, but these errors were encountered:
this is a bug in the reconnectIfNoMessagesInterval handling. this triggers on the first run: https://github.com/teragrep/jla_01/blob/master/src/main/java/com/teragrep/jla_01/RlpLogbackAppender.java#L300-L306
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
from #38 (comment)
tcpdump indicates that relp connection is opened twice:
The text was updated successfully, but these errors were encountered: