Skip to content

Commit 35c472a

Browse files
author
William Moses
committed
Reduce log level
1 parent 3da638e commit 35c472a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/XLA.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function __init__()
9696
initLogs = Libdl.dlsym(Reactant_jll.libReactantExtra_handle, "InitializeLogs")
9797
ccall(initLogs, Cvoid, ())
9898
# Add most log level
99-
SetLogLevel(0)
99+
# SetLogLevel(0)
100100
cpu = CPUClient()
101101
backends["cpu"] = cpu
102102
default_backend[] = cpu

0 commit comments

Comments
 (0)