Skip to content

Commit 3240b37

Browse files
committed
fix - adding metrics config in the package build
1 parent 7c517df commit 3240b37

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ lazy val node = {
198198
ThisBuild / jdkPackagerType := "image",
199199
mappings in Universal += (resourceDirectory in Compile).value / "logback.xml" -> "conf/logback.xml",
200200
mappings in Universal += (resourceDirectory in Compile).value / "application.conf" -> "conf/base.conf",
201+
mappings in Universal += (resourceDirectory in Compile).value / "metrics.conf" -> "conf/metrics.conf",
201202
mappings in Universal ++= directory((resourceDirectory in Compile).value / "chains").map { case (f, name) =>
202203
f -> s"conf/$name"
203204
},

src/universal/conf/faucet.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ logging {
7474

7575
# Logs filename
7676
logs-file = "faucet"
77+
78+
# Logs level
79+
logs-level = "INFO"
7780
}
7881

7982
mantis {
@@ -145,3 +148,5 @@ mantis {
145148
}
146149
}
147150
}
151+
152+
kanela.show-banner = false

0 commit comments

Comments
 (0)