-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Removes last clutter from zipkin startup #3240
Conversation
org.slf4j.simpleLogger.log.com.linecorp.armeria.common.util.SystemInfo=WARN | ||
org.slf4j.simpleLogger.log.com.linecorp.armeria.internal.common.JavaVersionSpecific=OFF |
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.
this is the logger that keeps saying we are Java 9+ :)
com.linecorp.armeria.server.docs.DocStringExtractor: 'OFF' | ||
com.linecorp.armeria.server.docs.DocService: 'OFF' | ||
com.linecorp.armeria.internal.common.thrift.ThriftSerializationFormatProvider: 'OFF' |
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.
this wasn't the right one com.linecorp.armeria.common.SerializationFormat
was.. (until that gets muted upstream)
There was some difference between lens and the full dist. Regardless, we don't need to log every time that we are using Java 9+.
2936acf
to
7fded2b
Compare
* 2_22_0: (108 commits) [maven-release-plugin] prepare release 2.22.0 Hardens integration tests, fixes small bug (openzipkin#3258) Deprecates Cassandra v1 schema for removal in Zipkin 2.23 (openzipkin#3254) Update Armeria to 1.2.0 and Netty to 4.1.53 (openzipkin#3257) Removes JMX dependency from our docker configuration (openzipkin#3252) Quiets startup logging (openzipkin#3253) Removes Cassandra querybuilder dependency (openzipkin#3250) Migrates to Datastax Driver v4 (openzipkin#3246) Refactors integration tests to be more isolated (openzipkin#3249) Adds workaround to missed decorator route (openzipkin#3245) disallow trace requests (openzipkin#3239) Refactors Cassandra queries so they are cheaper and easier to migrate (openzipkin#3243) fix docker hook CWD Builds builder with same script as other images (openzipkin#3242) Removes last clutter from zipkin startup (openzipkin#3240) Stops docker-compose from being mistaken as a workflow (openzipkin#3241) fix master Finishes Docker refactoring (openzipkin#3238) Bumps versions and applies failsafe workaround (openzipkin#3235) Fix a bug in the unit of duration (openzipkin#3234) ...
There was some difference between lens and the full dist. Regardless, we
don't need to log every time that we are using Java 9+.