=slf #3788 Update to logback 1.0.13 and slf4j 1.7.5
This commit is contained in:
parent
3fdf20dfc6
commit
ed5bb92b1f
4 changed files with 6 additions and 6 deletions
|
|
@ -258,7 +258,7 @@ It has one single dependency; the slf4j-api jar. In runtime you also need a SLF4
|
|||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>1.0.7</version>
|
||||
<version>1.0.13</version>
|
||||
</dependency>
|
||||
|
||||
You need to enable the Slf4jLogger in the 'loggers' element in
|
||||
|
|
|
|||
|
|
@ -296,7 +296,7 @@ It has one single dependency; the slf4j-api jar. In runtime you also need a SLF4
|
|||
|
||||
.. code-block:: scala
|
||||
|
||||
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.0.7"
|
||||
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.0.13"
|
||||
|
||||
|
||||
You need to enable the Slf4jLogger in the 'loggers' element in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue