Commit e4465656 authored by Leonardo Menezes's avatar Leonardo Menezes
Browse files

fixed deprecated log settings

parent 91344dfe
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -43,17 +43,3 @@ auth {
//    password = "1234"
//  }
}

# Logger
# ~~~~~
# You can also configure logback (http://logback.qos.ch/), by providing a logger.xml file in the conf directory .

# Root logger:
logger.root=ERROR

# Logger used by the framework:
logger.play=INFO

# Logger provided to your application:
logger.application=DEBUG
+1 −1
Original line number Diff line number Diff line
<configuration>

    <conversionRule conversionWord="coloredLevel" converterClass="play.api.Logger$ColoredLevel"/>
    <conversionRule conversionWord="coloredLevel" converterClass="play.api.libs.logback.ColoredLevel"/>

    <appender name="FILE" class="ch.qos.logback.core.FileAppender">
        <file>${application.home}/logs/application.log</file>