We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638813b commit a0b7b27Copy full SHA for a0b7b27
base/logging/logging.jl
@@ -172,6 +172,7 @@ Alias for [`LogLevel(1_000_001)`](@ref LogLevel).
172
const AboveMaxLevel = LogLevel( 1000001)
173
174
# Global log limiting mechanism for super fast but inflexible global log limiting.
175
+# Atomic ensures that the value is always consistent across threads.
176
const _min_enabled_level = Threads.Atomic{Int32}(Debug)
177
178
function show(io::IO, level::LogLevel)
0 commit comments