donovanmuller / spring-cloud-deployer-openshift

A Spring Cloud Deployer SPI implementation for OpenShift 3
http://blog.switchbit.io/spring-cloud-deployer-openshift
Apache License 2.0
4 stars 10 forks source link

Let's reduce default test logging level to INFO #39

Closed hekonsek closed 7 years ago

hekonsek commented 7 years ago

It seems that current logger level (i.e. DEBUG) kills Travis CI. I propose to reduce test's logging level to INFO. If we need more detailed tests logging in the future we can make it configurable easily, but I would sat that fixing CI should be our priority here.

Cheers!

hekonsek commented 7 years ago

Hi Donovan,

Many thanks for the merge. I guess that default Logback settings are environment dependent to some degree. I prefer to use explicit test configuration for this reason among the others. :)