Skip to content

Commit

Permalink
fix console logback correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua committed Mar 31, 2021
1 parent 516e3a3 commit bd2f157
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ java_binary(
main_class = "grakn.console.GraknConsole",
runtime_deps = [":console"],
visibility = ["//:__pkg__"],
resource_strip_prefix = "conf/logback",
resources = ["//conf/logback:logback.xml"]
# If running the console binary directly, include the following logback to reduce noise
# resource_strip_prefix = "conf/logback",
# resources = ["//conf/logback:logback.xml"]
)

java_deps(
Expand Down
2 changes: 0 additions & 2 deletions conf/logback/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@
-->
<configuration debug="false">
<root level="OFF"/>
<!-- suppress logback initialisation messages -->
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />
</configuration>

0 comments on commit bd2f157

Please sign in to comment.