Skip to content

Commit

Permalink
revert logger
Browse files Browse the repository at this point in the history
  • Loading branch information
prbzrg committed Jul 28, 2024
1 parent 2dfcd25 commit 0d6d286
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ if (GROUP == "All")

debuglogger = TerminalLoggers.TerminalLogger(stderr, Logging.Debug)
Logging.global_logger(debuglogger)
else
warnlogger = TerminalLoggers.TerminalLogger(stderr, Logging.Warn)
Logging.global_logger(warnlogger)
end

Enzyme.API.runtimeActivity!(true)
Expand Down

0 comments on commit 0d6d286

Please sign in to comment.