File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
7677java_deps (
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments