Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(config): import RetrofitConfiguration class (#2068)
to get a okhttp3.logging.HttpLoggingInterceptor$Level bean to fix the *************************** APPLICATION FAILED TO START *************************** Description: Parameter 2 of constructor in com.netflix.spinnaker.config.OkHttp3ClientConfiguration required a bean of type 'okhttp3.logging.HttpLoggingInterceptor$Level' that could not be found. Action: Consider defining a bean of type 'okhttp3.logging.HttpLoggingInterceptor$Level' in your configuration. message on startup. More specifically, from $ ./gradlew build halyard-web:installDist $ docker build -f Dockerfile.slim -t halyard:test-me . $ docker run --rm halyard:test-me
- Loading branch information