Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ lazy val node = {
ThisBuild / jdkPackagerType := "image",
mappings in Universal += (resourceDirectory in Compile).value / "logback.xml" -> "conf/logback.xml",
mappings in Universal += (resourceDirectory in Compile).value / "application.conf" -> "conf/base.conf",
mappings in Universal += (resourceDirectory in Compile).value / "metrics.conf" -> "conf/metrics.conf",
mappings in Universal ++= directory((resourceDirectory in Compile).value / "chains").map { case (f, name) =>
f -> s"conf/$name"
},
Expand Down
5 changes: 5 additions & 0 deletions src/universal/conf/faucet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ logging {

# Logs filename
logs-file = "faucet"

# Logs level
logs-level = "INFO"
}

mantis {
Expand Down Expand Up @@ -145,3 +148,5 @@ mantis {
}
}
}

kanela.show-banner = false