-
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
QQE-673 | Cover max-length option for syslog logs #1839
QQE-673 | Cover max-length option for syslog logs #1839
Conversation
@fedinskiy please link TP |
logging/thirdparty/src/test/java/io/quarkus/ts/logging/jboss/SyslogIT.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it looks good, I'd like to check TP, see CI green and have very minor comments addressed. Then we can get it in. Thanks
00da183
to
baf13f6
Compare
This is a coverage for a single issue[1], so there is no TP. The new module was added only because we do not have a proper catch-all logging module |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
logging/thirdparty/src/test/java/io/quarkus/ts/logging/jboss/SyslogIT.java
Show resolved
Hide resolved
logging/thirdparty/src/test/java/io/quarkus/ts/logging/jboss/SyslogIT.java
Show resolved
Hide resolved
I can see that ticket is feature https://issues.redhat.com/browse/QUARKUS-4531, that's why I asked for the TP. Personally I don't mind, let's not create TP just because of me. Changes LGTM. |
baf13f6
to
983d9e5
Compare
FYI @fedinskiy validation fails |
Adds new module for working with syslogs, since jboss uses json logs which have less predictable size. Uses official image pof sylog-ng. Syslog-ng was chose over rsyslog and logstash because it supports syslog input and stdout output out of the box, without additional plugins. Required for https://issues.redhat.com/browse/QUARKUS-4531
983d9e5
to
36a1dd9
Compare
|
Adds new module for working with syslogs, since jboss uses json logs which have less predictable size.
Uses official image of sylog-ng. Syslog-ng was chose over rsyslog and logstash because it supports syslog input and stdout output out of the box, without additional plugins.
Required for https://issues.redhat.com/browse/QUARKUS-4531
Summary
(Summarize the problem solved by this PR, and how to verify it manually)
Please select the relevant options.
run tests
phrase in comment)Checklist: