Skip to content

Commit 6b42425

Browse files
checkettsbrian-brazil
authored andcommitted
Fix typo in logback appender HELP message (#184)
1 parent cee03f9 commit 6b42425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simpleclient_logback/src/main/java/io/prometheus/client/logback/InstrumentedAppender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class InstrumentedAppender extends UnsynchronizedAppenderBase<ILoggingEve
1818

1919
static {
2020
COUNTER = Counter.build().name(COUNTER_NAME)
21-
.help("Log4j log statements at various log levels")
21+
.help("Logback log statements at various log levels")
2222
.labelNames("level")
2323
.register();
2424

0 commit comments

Comments
 (0)