Skip to content

Conversation

hgeraldino
Copy link
Contributor

To help us review your pull request, please consider providing an overview of the following:

  • What is the type of the change (bug fix, feature, documentation and etc.) ?

Replaces JUL logging with SFL4J (widely used Logging facade)

  • What is the current behavior and new behavior, if this is a feature change or enhancement ?

Library logs should be part of application logs without any code changes (other than adjusting log levels)

====

This PR was generated using OpenRewrite automation

OpenRewrite recipe: https://docs.openrewrite.org/recipes/java/logging/slf4j/jultoslf4j#usage
Maven plugin configuration:

     <plugin>
        <groupId>org.openrewrite.maven</groupId>
        <artifactId>rewrite-maven-plugin</artifactId>
        <version>6.18.0</version>
        <configuration>
          <exportDatatables>true</exportDatatables>
          <activeRecipes>
            <recipe>org.openrewrite.java.logging.slf4j.JulToSlf4j</recipe>
          </activeRecipes>
        </configuration>
        <dependencies>
          <dependency>
            <groupId>org.openrewrite.recipe</groupId>
            <artifactId>rewrite-logging-frameworks</artifactId>
            <version>3.14.0</version>
          </dependency>
        </dependencies>
      </plugin>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant