Skip to content

Appender default flushlevel is inconsistent with java-logging client's default #1328

@burkedavison

Description

@burkedavison

The java-logging library updated its flushlevel default to OFF in Dec 2018 due to the performance cost of flushing on the same thread as the application.

However, the java-logging-logback appender was implemented in May 2017 to default to ERROR, and continues to default to ERROR.

( Add'l context: This came to our attention with a request to make Spring Cloud GCP's helper-implementation of a logback appender match the base library's default. See GoogleCloudPlatform/spring-cloud-gcp#2906 for discussion. )

Metadata

Metadata

Assignees

Labels

api: loggingIssues related to the googleapis/java-logging-logback API.priority: p3Desirable enhancement or fix. May not be included in next release.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions