Skip to content

Commit

Permalink
upgrade to jansi 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed May 8, 2013
1 parent e842e80 commit 470dc3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<!-- On Windows machines setting withJansi to true enables ANSI
color code interpretation by the Jansi library. This requires
org.fusesource.jansi:jansi:1.8 on the class path. Note that
org.fusesource.jansi:jansi:1.9 on the class path. Note that
Unix-based operating systems such as Linux and Mac OS X
support ANSI color codes by default. codes.-->
<withJansi>false</withJansi>
<withJansi>true</withJansi>
<encoder>
<pattern>%date [%thread] %highlight(%-5level) %cyan(%-15logger{15}) %X - %msg %n</pattern>
</encoder>
Expand Down
6 changes: 3 additions & 3 deletions logback-site/src/site/pages/manual/appenders.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,9 @@ <h2 class="doAnchor" name="ConsoleAppender">ConsoleAppender</h2>
<a href="http://jansi.fusesource.org/">Jansi</a> library which
provides support for ANSI color codes on Windows machines. On a
Windows host, if this property is set to true, then you should
put "org.fusesource.jansi:jansi:1.8" on the class path. Note
that Unix-based operating systems such as Linux and Mac OS X
support ANSI color codes by default.
put "org.fusesource.jansi:jansi:${jansi.version}" on the class
path. Note that Unix-based operating systems such as Linux and
Mac OS X support ANSI color codes by default.

<p>Under the Eclipse IDE, you might want to try the <a
href="http://www.mihai-nita.net/eclipse/">ANSI in Eclipse
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<consolePlugin.version>1.1.0</consolePlugin.version>
<tomcat.version>7.0.21</tomcat.version>
<jetty.version>7.5.1.v20110908</jetty.version>
<jansi.version>1.8</jansi.version>
<jansi.version>1.9</jansi.version>

<maven-compiler-plugin.version>2.3.2</maven-compiler-plugin.version>
<maven-jar-plugin.version>2.3.1</maven-jar-plugin.version>
Expand Down

0 comments on commit 470dc3e

Please sign in to comment.