We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b657bf commit d32d053Copy full SHA for d32d053
slf4j-simple/src/main/java/org/slf4j/impl/SimpleLogger.java
@@ -83,7 +83,7 @@
83
* <code>true</code>.</li>
84
*
85
* <li>(since version 1.7.33 and 2.0.0-alpha6) <code>org.slf4j.simpleLogger.showThreadId</code> -
86
- * If you would like to output the current thread name, then set to
+ * If you would like to output the current thread id, then set to
87
* <code>true</code>. Defaults to <code>false</code>.</li>
88
89
* <li><code>org.slf4j.simpleLogger.showLogName</code> - If you would like
0 commit comments