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 = {
198
198
ThisBuild / jdkPackagerType := " image" ,
199
199
mappings in Universal += (resourceDirectory in Compile ).value / " logback.xml" -> " conf/logback.xml" ,
200
200
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" ,
201
202
mappings in Universal ++= directory((resourceDirectory in Compile ).value / " chains" ).map { case (f, name) =>
202
203
f -> s " conf/ $name"
203
204
},
Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ logging {
74
74
75
75
# Logs filename
76
76
logs-file = "faucet"
77
+
78
+ # Logs level
79
+ logs-level = "INFO"
77
80
}
78
81
79
82
mantis {
@@ -145,3 +148,5 @@ mantis {
145
148
}
146
149
}
147
150
}
151
+
152
+ kanela.show-banner = false
You can’t perform that action at this time.
0 commit comments