Skip to content

Commit 43a1c3c

Browse files
committed
Fixed logging namespaces.
1 parent 297f291 commit 43a1c3c

File tree

1 file changed

+1
-1
lines changed
  • dev-resources/src/clojang/component

1 file changed

+1
-1
lines changed

dev-resources/src/clojang/component/repl.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
This is defined in a function for re-use. For instance, when a REPL is
2727
reloaded, the options will be lost and need to be re-applied."
28-
(logger/set-level! '[clojusc.dev] :debug)
28+
(logger/set-level! '[clojang com.ericsson.otp.erlang jiface] :debug)
2929
(setup-manager setup-options))
3030

3131
(defn init-and-startup

0 commit comments

Comments
 (0)