Skip to content

Commit 2aa9c8e

Browse files
committed
ci: Disable logging recipe
1 parent c1255dc commit 2aa9c8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rewrite.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ recipeList:
4747
methodPattern: org.apache.logging.log4j.Category error(..)
4848
- org.openrewrite.java.logging.ParameterizedLogging:
4949
methodPattern: org.apache.logging.log4j.Category fatal(..)
50-
- org.openrewrite.java.logging.SystemPrintToLogging:
51-
addLogger: true
52-
loggerName: log
53-
loggingFramework: jul
50+
# - org.openrewrite.java.logging.SystemPrintToLogging:
51+
# addLogger: true
52+
# loggerName: log
53+
# loggingFramework: JUL
5454
- org.openrewrite.java.logging.slf4j.LoggersNamedForEnclosingClass
5555
- org.openrewrite.java.logging.slf4j.ParameterizedLogging
5656
- org.openrewrite.java.logging.slf4j.Slf4jLogShouldBeConstant

0 commit comments

Comments
 (0)