Skip to content

Commit bd2f157

Browse files
author
joshua
committed
fix console logback correctly
1 parent 516e3a3 commit bd2f157

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

BUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ java_binary(
6969
main_class = "grakn.console.GraknConsole",
7070
runtime_deps = [":console"],
7171
visibility = ["//:__pkg__"],
72-
resource_strip_prefix = "conf/logback",
73-
resources = ["//conf/logback:logback.xml"]
72+
# If running the console binary directly, include the following logback to reduce noise
73+
# resource_strip_prefix = "conf/logback",
74+
# resources = ["//conf/logback:logback.xml"]
7475
)
7576

7677
java_deps(

conf/logback/logback.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,4 @@
1616
-->
1717
<configuration debug="false">
1818
<root level="OFF"/>
19-
<!-- suppress logback initialisation messages -->
20-
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />
2119
</configuration>

0 commit comments

Comments
 (0)