0

Document that the thread name is in brackets

This commit is contained in:
rjenkinsjr
2016-03-31 19:58:55 -04:00
parent cc06b83c11
commit d28175f7e3
2 changed files with 3 additions and 3 deletions

View File

@@ -94,8 +94,8 @@ import org.yaml.snakeyaml.Yaml;
* defaults to <code>false</code>.</li> * defaults to <code>false</code>.</li>
* *
* <li><code>slf4j.showThreadName</code> -Set to <code>true</code> if you want * <li><code>slf4j.showThreadName</code> -Set to <code>true</code> if you want
* to output the current thread name. If unspecified or given any other value, * to output the current thread name, wrapped in brackets. If unspecified or
* defaults to <code>false</code>.</li> * given any other value, defaults to <code>false</code>.</li>
* *
* <li><code>slf4j.showLogName</code> - Set to <code>true</code> if you want the * <li><code>slf4j.showLogName</code> - Set to <code>true</code> if you want the
* logger instance name (wrapped in curly braces) to be included in output * logger instance name (wrapped in curly braces) to be included in output

View File

@@ -49,7 +49,7 @@ slf4j:
# If not specified or given an invalid value, defaults to "false". # If not specified or given an invalid value, defaults to "false".
showHeader: false showHeader: false
# Shows the name of each thread that is logging via SLF4Bukkit. You probably # Shows the name of the logging thread, wrapped in brackets. You probably
# don't want this information unless you're helping troubleshoot a plugin. # don't want this information unless you're helping troubleshoot a plugin.
# #
# If not specified or given an invalid value, defaults to "false". # If not specified or given an invalid value, defaults to "false".