Skip to content

Commit

Permalink
🐛 Restore default log conf after precompilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Aug 8, 2024
1 parent 57f877c commit 4f36306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/precompilation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,9 @@ PrecompileTools.@setup_workload begin
destroy_tui()
end

# Restore the default log file.
# Restore the default log configurations.
logger.logfile = "./tui.log"
logger.level = CRITICAL

# redirect_stdout(old_stdout)
end

0 comments on commit 4f36306

Please sign in to comment.