Skip to content

Commit

Permalink
deps: Set Dictionaries 0.3 -> 0.3, 0.4, Logging -> 1
Browse files Browse the repository at this point in the history
  • Loading branch information
curtd committed Jan 31, 2024
1 parent c60aa20 commit d79591f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
LoggingCommon = "44db15ec-78df-42c5-8c4e-36d253f36098"

[compat]
Dictionaries = "0.3"
Dictionaries = "0.3, 0.4"
Logging = "1"
LoggingCommon = "1.0.1"
julia = "1.6"
1 change: 1 addition & 0 deletions src/hierarchical_logger.jl
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ Logging.shouldlog(h::HierarchicalLogger, level::Symbol, args...) = shouldlog(h,
Logging.catch_exceptions(logger::HierarchicalLogger) = catch_exceptions(logger[ROOT_LOGGER_KEY])

function Logging.handle_message(h::HierarchicalLogger, level, message, _module, args...; kwargs...)
@nospecialize
logger = h[_module]
handle_message(logger, level, message, _module, args...; kwargs...)

Expand Down

0 comments on commit d79591f

Please sign in to comment.