restore lila logger

pull/259/head
Thibault Duplessis 2015-01-17 09:56:06 +01:00
parent 3ccef0d6d9
commit 33b229795d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ trait PackageObject extends Steroids with WithFuture {
def nowTenths: Long = nowMillis / 100
def nowSeconds: Int = (nowMillis / 1000).toInt
lazy val logger = play.api.Logger
lazy val logger = play.api.Logger("lila")
def loginfo(s: String) { logger info s }
def logwarn(s: String) { logger warn s }
def logerr(s: String) { logger error s }