From 7b9fdf852c1c69085b9ac85faeefe67b093d66c6 Mon Sep 17 00:00:00 2001 From: Valentin Churavy Date: Sat, 9 Sep 2023 21:51:57 -0400 Subject: [PATCH] Make _global_logstate a typed global (#51257) --- base/logging.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/logging.jl b/base/logging.jl index c42af08d8f4ae..04eef9ed2ae51 100644 --- a/base/logging.jl +++ b/base/logging.jl @@ -587,6 +587,8 @@ end end +global _global_logstate::LogState + """ global_logger()