Skip to content

Commit b942715

Browse files
committed
No effective change, Old code - NestedContext use AppLog
1 parent 1b99126 commit b942715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics/src/test/request/NestedContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
final class NestedContext {
2020

21-
private static final System.Logger log = System.getLogger("io.avaje.metrics");
21+
private static final System.Logger log = AppLog.getLogger("io.avaje.metrics");
2222

2323
private static final long thresholdNanos = 1000 * getThresholdMicros();
2424

0 commit comments

Comments
 (0)