Skip to content

Commit

Permalink
Update README.textile
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranzafar authored Nov 13, 2016
1 parent 2b0ba29 commit bc0e6ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ JCL by default ignores all missing jars/class sources. This default behaviour ca

h3. Using parent log config.

JCL uses an isolated log4j logger, which sometimes spits out a lot of lines on the console. The default log level has now been lowered to INFO but to disable it entirely and use the parent log config, pass the following argument to JVM. __Version 2.3 and above does not use Log4J.__
JCL uses an isolated log4j logger, which sometimes spits out a lot of lines on the console. The default log level has now been lowered to INFO but to disable it entirely and use the parent log config, pass the following argument to JVM. __Version 2.3 and above does not use Log4J. Version 2.8 and later uses SLF4J.__

<pre>
<code>
Expand All @@ -421,7 +421,7 @@ h2. Maven Dependency
<dependency>
<groupId>org.xeustechnologies</groupId>
<artifactId>jcl-core</artifactId>
<version>2.7</version>
<version>2.8</version>
</dependency>
</code>
</pre>

0 comments on commit bc0e6ab

Please sign in to comment.