Skip to content

Commit 23d228e

Browse files
authored
Merge branch 'develop' into fix-update-nix
2 parents aed3c3b + 6c4305e commit 23d228e

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
@@ -194,6 +194,7 @@ lazy val node = {
194194
ThisBuild / jdkPackagerType := "image",
195195
mappings in Universal += (resourceDirectory in Compile).value / "logback.xml" -> "conf/logback.xml",
196196
mappings in Universal += (resourceDirectory in Compile).value / "application.conf" -> "conf/base.conf",
197+
mappings in Universal += (resourceDirectory in Compile).value / "metrics.conf" -> "conf/metrics.conf",
197198
mappings in Universal ++= directory((resourceDirectory in Compile).value / "chains").map { case (f, name) =>
198199
f -> s"conf/$name"
199200
},

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)