Skip to content

Commit 47cc2a8

Browse files
committed
not the wanted log level
1 parent b1e9daa commit 47cc2a8

File tree

1 file changed

+1
-1
lines changed
  • openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/converter/mapping/steps

1 file changed

+1
-1
lines changed

openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/converter/mapping/steps/MappingStepBase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ abstract class MappingStepBase : MappingStep {
1515
return
1616

1717
if (useLogger()) {
18-
log.debug(message, *args)
18+
log.info(message, *args)
1919
} else {
2020
var resolved = message
2121
args.forEach {

0 commit comments

Comments
 (0)