mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
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:
parent
a7cfcd3af7
commit
61360d97e0
|
|
@ -47,7 +47,8 @@ lazy val commonSettings = Seq(
|
||||||
"org.scala-graph" %% "graph-core" % "1.12.5",
|
"org.scala-graph" %% "graph-core" % "1.12.5",
|
||||||
"io.kamon" %% "kamon-bundle" % "2.1.0",
|
"io.kamon" %% "kamon-bundle" % "2.1.0",
|
||||||
"io.kamon" %% "kamon-apm-reporter" % "2.1.0"
|
"io.kamon" %% "kamon-apm-reporter" % "2.1.0"
|
||||||
)
|
),
|
||||||
|
classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat
|
||||||
)
|
)
|
||||||
|
|
||||||
lazy val pscryptoSettings = Seq(
|
lazy val pscryptoSettings = Seq(
|
||||||
|
|
|
||||||
|
|
@ -39,4 +39,5 @@
|
||||||
|
|
||||||
<!-- Logger specific overrides -->
|
<!-- Logger specific overrides -->
|
||||||
<logger name="com.github.mauricio.async" level="OFF"/>
|
<logger name="com.github.mauricio.async" level="OFF"/>
|
||||||
|
<logger name="oshi" level="OFF"/>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue