woorea / openstack-java-sdk

OpenStack Java SDK
Apache License 2.0
194 stars 198 forks source link

Suppress Jersey2 connector logging #192

Closed spyroslalos closed 8 years ago

spyroslalos commented 8 years ago

Hello,

i am using sbt console and scala repl for my app (uses the jersey 2 connector) but i want to prevent the connector from logging [INFO] on the output.

Is it possible to suppress the logging, redirect it to a destination file or change the logging Level?

cheers, spyros