Document that the thread name is in brackets
This commit is contained in:
@@ -94,8 +94,8 @@ import org.yaml.snakeyaml.Yaml;
|
||||
* defaults to <code>false</code>.</li>
|
||||
*
|
||||
* <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,
|
||||
* defaults to <code>false</code>.</li>
|
||||
* to output the current thread name, wrapped in brackets. If unspecified or
|
||||
* given any other value, defaults to <code>false</code>.</li>
|
||||
*
|
||||
* <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
|
||||
|
||||
@@ -49,7 +49,7 @@ slf4j:
|
||||
# If not specified or given an invalid value, defaults to "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.
|
||||
#
|
||||
# If not specified or given an invalid value, defaults to "false".
|
||||
|
||||
Reference in New Issue
Block a user