File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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 },
Original file line number Diff line number Diff 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
7982mantis {
@@ -145,3 +148,5 @@ mantis {
145148 }
146149 }
147150}
151+
152+ kanela.show-banner = false
You can’t perform that action at this time.
0 commit comments