Kamon tweaks (#401)

* Move application.conf to src/main/resources

* Change ClassLoaderLayeringStrategy for Kanela / Kamon to intiialize properly

* Attempt at reducing PTSv3 log spam

* Silence some more logspam

* Disable oshi logging entirely
This commit is contained in:
Mazo 2020-05-04 05:27:41 +01:00 committed by GitHub
parent a7cfcd3af7
commit 61360d97e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -47,7 +47,8 @@ lazy val commonSettings = Seq(
"org.scala-graph" %% "graph-core" % "1.12.5",
"io.kamon" %% "kamon-bundle" % "2.1.0",
"io.kamon" %% "kamon-apm-reporter" % "2.1.0"
)
),
classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat
)
lazy val pscryptoSettings = Seq(

View file

@ -39,4 +39,5 @@
<!-- Logger specific overrides -->
<logger name="com.github.mauricio.async" level="OFF"/>
<logger name="oshi" level="OFF"/>
</configuration>