Skip to content

Commit 3462c8f

Browse files
committed
fix logging examples #3
1 parent c1b8e66 commit 3462c8f

File tree

1 file changed

+1
-1
lines changed
  • examples/powertools-examples-core-utilities/kotlin/src/main/kotlin/helloworld

1 file changed

+1
-1
lines changed

examples/powertools-examples-core-utilities/kotlin/src/main/kotlin/helloworld/App.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ class App : RequestHandler<APIGatewayProxyRequestEvent?, APIGatewayProxyResponse
9393
}
9494
}
9595

96-
private val log = LoggerFactory.getLogger(App::class)
96+
private val log = LoggerFactory.getLogger(this::class.java)
9797
}

0 commit comments

Comments
 (0)