Author: rfscholte
Date: Sun Mar  5 15:22:10 2017
New Revision: 1785552

URL: http://svn.apache.org/viewvc?rev=1785552&view=rev
Log:
CMS commit to maven by rfscholte

Modified:
    maven/site/trunk/content/markdown/maven-logging.md

Modified: maven/site/trunk/content/markdown/maven-logging.md
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/maven-logging.md?rev=1785552&r1=1785551&r2=1785552&view=diff
==============================================================================
--- maven/site/trunk/content/markdown/maven-logging.md (original)
+++ maven/site/trunk/content/markdown/maven-logging.md Sun Mar  5 15:22:10 2017
@@ -113,6 +113,9 @@ of milliseconds since start up will be o
 </tr>
 </table>
 
+Every entry in this file can be overriden via commandline arguments by passing 
it with the `-D` flag. 
+E.g. `-Dorg.slf4j.simpleLogger.showThreadName=true` will add the thread name 
to every logging line.
+
 The default configuration for Maven looks like the following:
 
 <div class="source"><pre>


Reply via email to