-
Notifications
You must be signed in to change notification settings - Fork 223
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
[Bug] SLF4J and Logback version compatibility #304
Labels
bug
Something isn't working
Comments
michaelkoepf
added a commit
to michaelkoepf/fluss
that referenced
this issue
Jan 2, 2025
michaelkoepf
added a commit
to michaelkoepf/fluss
that referenced
this issue
Jan 3, 2025
- Group logging, metrics, and monitoring into common sidebar menu group ("observability") - Move monitoring quickstart guide (Prometheus + Grafana) to separate page ("observability quickstart guides") - Extend monitoring quickstart guide (log monitoring with Loki) + provide new quickstart configuration ZIP archive - Minor changes and fixes in Flink quickstart guide - Add version hint for logback in doc Issue alibaba#295, alibaba#304
michaelkoepf
added a commit
to michaelkoepf/fluss
that referenced
this issue
Jan 3, 2025
- Group logging, metrics, and monitoring into common sidebar menu group ("observability") - Move monitoring quickstart guide (Prometheus + Grafana) to separate page ("observability quickstart guides") - Extend monitoring quickstart guide (log monitoring with Loki) + provide new quickstart configuration ZIP archive - Minor changes and fixes in Flink quickstart guide - Add version hint for logback in doc Issue alibaba#295, alibaba#304
michaelkoepf
added a commit
to michaelkoepf/fluss
that referenced
this issue
Jan 6, 2025
- Group logging, metrics, and monitoring into common sidebar menu group ("observability") - Move monitoring quickstart guide (Prometheus + Grafana) to separate page ("observability quickstart guides") - Extend monitoring quickstart guide (log monitoring with Loki) + provide new quickstart configuration ZIP archive - Minor changes and fixes in Flink quickstart guide - Add version hint for logback in doc Issue alibaba#295, alibaba#304
michaelkoepf
added a commit
to michaelkoepf/fluss
that referenced
this issue
Jan 8, 2025
- Group logging, metrics, and monitoring into common sidebar menu group ("observability") - Move monitoring quickstart guide (Prometheus + Grafana) to separate page ("observability quickstart guides") - Extend monitoring quickstart guide (log monitoring with Loki) + provide new quickstart configuration ZIP archive - Minor changes and fixes in Flink quickstart guide - Add version hint for logback in doc Issue alibaba#295, alibaba#304
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search before asking
Fluss version
Fluss currently uses
SLF4J version 1.7.36
. The docs describe how to useLogback
withSLF4J
but do not point out that newer Logback version are incompatible withSLF4J 1.x
. When usingLogback >= 1,3
, the application start will fail.Minimal reproduce step
Logback >= 1.3
as logging backendWhat doesn't meet your expectations?
Since the
SLF4J
website has changed and the provided URLs don't really help to troubleshoot the problem, we should add a hint to the doc that users should useLogback <= 1.2.x
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: