score:2
Accepted answer
Add the following dependency in build.sbt
"org.slf4j" % "slf4j-nop" % “1.6.4"
And add slick logger setting which is below to logback.xml
<logger name="slick.jdbc" level="ERROR" />
Source: stackoverflow.com
Related Query
- Change Logback logging in Play standalone
- How do I change Akka and Logback logging level
- Logging using Logback on Spark StandAlone
- How to get logging working in scala unit tests with testng, slf4s, and logback
- How do you change the Play 2.1! Framework session cookie name
- Mapped Diagnostic Context logging with play framewok and akka in java
- Scala Play / SBT Change Order of Resolvers
- Configuring Apache Spark Logging with Scala and logback
- Logging syntax for Play Framework 2 in Scala
- Play / Logging / Print Response Body / Run over enumerator / buffer the body
- Logging in Play non-blocking?
- Play WS standalone for 2.5.x
- play 2.6.x logging request body and process time
- Play Scala Akka WebSockets change actor path
- Spark Standalone Mode: Change replication factor of HDFS output
- How to change configuration in play dynamically via JMX
- Why isn't my akka logging working inside of play
- Play Framework: Logging time
- How to change the default port 9000 in Play 2.3.x in build definition?
- Play 2.5.x: How to change the default evolutions directory location?
- Value of a scala variable do not change while executing play Future query. Why?
- play framework 2.3 change template language without extra request
- Play framework stack trace logging and logging configuration
- With Scala 2.10.2, SBT 0.13.0, Specs2 & Play Framework 2.2.1 how can I control logging whilst running tests?
- How to do error logging when Play 2.1 crashes on startup
- Play Framework - how to change the label of a input when using form helpers?
- Change language of text in template in play framework 2.1.1
- Play change RUNNING_PID file path
- Setting logback properly in play framework
- Play 2.4.1 injecting Logging filter as in given example
More Query from same tag
- Why didn't scala design around Integer Overflow?
- Extracting certain fields from scala object <-> Json
- Slick 3.0.3 warning: method dynamicSession in trait DatabaseFactoryDef is deprecated
- Scala object-nested classes in Eclipse Java
- Is there a nicer way to do the following if/else processing in Scala?
- Scala Play List[Any] to JsArray
- Why was getMonth deprecated on java.sql.Date and java.util.Date
- How to nicely transform a Try[Unit] to a Unit while handling certain exceptions?
- scala api design: can i avoid either an unsafe cast or generics
- How to return a tuple inside an EitherT
- Deprecated - Scala Regex Pattern Matching
- Cats can not resolve symbol |@|
- Scala - get Class for a specialized class
- Play framework 2.2 Slick dependency issue
- Spark Group By Key to (Key,List) Pair
- How to reuse SBT module project definitions
- scaloid example layout doesn't work
- How to let json4s or other scala json libs generate Java Collections
- Can we do conditional imports in Scala?
- Does the order of alternatives in a Scala match expression matter in terms of performance?
- How do I extract the value of a route variable from the URL in a Scala-Play app?
- How to call returned function with implicits without assigning to val
- How to evaluate an expression inside a Scala macro?
- Ambiguous values in Lang and requestLang
- How to avoid duplication of type constraint in scala
- Calculate links between nodes using Spark
- Get Type of RDD in Scala/Spark
- For a given string check if matches the pattern [scala]
- How to implement "substringAfter" in one line?
- Netbeans scala plugin problem , classes underlined with red line