-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
librelp does not emit error messages #130
Comments
rgerhards
added a commit
to rgerhards/rsyslog
that referenced
this issue
Nov 14, 2018
The module did not emit error messages. Actually, it would have done if librelp would emit them (callback is in place), but librelp does not do. We expect to fix this at the librelp level as well. But to make this work with all versions of librelp, we have added basic error messages to omrelp. They may not be totally easy to understand, but at least provide the librelp error code (that's the best we can do in this situation). see also rsyslog/librelp#130 closes rsyslog#3294
rgerhards
added a commit
to rgerhards/librelp
that referenced
this issue
Nov 16, 2018
Adding error messages at very important places. While code is far from perfect, this is very useful and should go into the mail line ASAP. Will improve in follow-on commits. see also rsyslog#130
rgerhards
added a commit
to rgerhards/librelp
that referenced
this issue
Nov 19, 2018
Also - much improved testbench framework and tools to support this type of test. Done some general improvements to the tooling. - imported rsyslog tool "chkseq" for checking - added more error messages to code still not fully done and probably needs some review. but even for testbench runs the current set of error messages was too small to be useful. see also rsyslog#130
rgerhards
added a commit
to rgerhards/librelp
that referenced
this issue
Nov 20, 2018
Also - much improved testbench framework and tools to support this type of test. Done some general improvements to the tooling. - imported rsyslog tool "chkseq" for checking - added more error messages to code still not fully done and probably needs some review. but even for testbench runs the current set of error messages was too small to be useful. see also rsyslog#130
rgerhards
added a commit
to rgerhards/librelp
that referenced
this issue
Nov 21, 2018
Also - much improved testbench framework and tools to support this type of test. Done some general improvements to the tooling. - imported rsyslog tool "chkseq" for checking - added more error messages to code still not fully done and probably needs some review. but even for testbench runs the current set of error messages was too small to be useful. see also rsyslog#130
rgerhards
added a commit
to rgerhards/librelp
that referenced
this issue
Nov 21, 2018
Also - much improved testbench framework and tools to support this type of test. Done some general improvements to the tooling. - imported rsyslog tool "chkseq" for checking - added more error messages to code still not fully done and probably needs some review. but even for testbench runs the current set of error messages was too small to be useful. see also rsyslog#130
rgerhards
added a commit
to rgerhards/librelp
that referenced
this issue
Nov 21, 2018
Also - much improved testbench framework and tools to support this type of test. Done some general improvements to the tooling. - imported rsyslog tool "chkseq" for checking - added more error messages to code still not fully done and probably needs some review. but even for testbench runs the current set of error messages was too small to be useful. see also rsyslog#130
rgerhards
added a commit
to rgerhards/librelp
that referenced
this issue
Nov 21, 2018
Also - much improved testbench framework and tools to support this type of test. Done some general improvements to the tooling. - imported rsyslog tool "chkseq" for checking - added more error messages to code still not fully done and probably needs some review. but even for testbench runs the current set of error messages was too small to be useful. see also rsyslog#130
rgerhards
added a commit
to rgerhards/librelp
that referenced
this issue
Nov 21, 2018
Also - much improved testbench framework and tools to support this type of test. Done some general improvements to the tooling. - imported rsyslog tool "chkseq" for checking - added more error messages to code still not fully done and probably needs some review. but even for testbench runs the current set of error messages was too small to be useful. see also rsyslog#130
rgerhards
added a commit
to rgerhards/librelp
that referenced
this issue
Nov 21, 2018
Also - much improved testbench framework and tools to support this type of test. Done some general improvements to the tooling. - imported rsyslog tool "chkseq" for checking - added more error messages to code still not fully done and probably needs some review. but even for testbench runs the current set of error messages was too small to be useful. see also rsyslog#130
rgerhards
added a commit
to rgerhards/librelp
that referenced
this issue
Nov 21, 2018
Also - much improved testbench framework and tools to support this type of test. Done some general improvements to the tooling. - imported rsyslog tool "chkseq" for checking - added more error messages to code still not fully done and probably needs some review. but even for testbench runs the current set of error messages was too small to be useful. see also rsyslog#130
rgerhards
added a commit
to rgerhards/librelp
that referenced
this issue
Nov 21, 2018
Also - much improved testbench framework and tools to support this type of test. Done some general improvements to the tooling. - imported rsyslog tool "chkseq" for checking - added more error messages to code still not fully done and probably needs some review. but even for testbench runs the current set of error messages was too small to be useful. see also rsyslog#130
rgerhards
added a commit
to rgerhards/librelp
that referenced
this issue
Nov 21, 2018
Also - much improved testbench framework and tools to support this type of test. Done some general improvements to the tooling. - imported rsyslog tool "chkseq" for checking - added more error messages to code still not fully done and probably needs some review. but even for testbench runs the current set of error messages was too small to be useful. see also rsyslog#130
rgerhards
added a commit
to rgerhards/librelp
that referenced
this issue
Nov 21, 2018
Also - much improved testbench framework and tools to support this type of test. Done some general improvements to the tooling. - imported rsyslog tool "chkseq" for checking - added more error messages to code still not fully done and probably needs some review. but even for testbench runs the current set of error messages was too small to be useful. see also rsyslog#130
rgerhards
added a commit
to rgerhards/librelp
that referenced
this issue
Nov 21, 2018
Also - much improved testbench framework and tools to support this type of test. Done some general improvements to the tooling. - imported rsyslog tool "chkseq" for checking - added more error messages to code still not fully done and probably needs some review. but even for testbench runs the current set of error messages was too small to be useful. see also rsyslog#130
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
... in many important cases, e.g. connection failure or breakage.
see also rsyslog/rsyslog#3294
The text was updated successfully, but these errors were encountered: