Skip to content

Commit

Permalink
deps: Set Dictionaries 0.3 -> 0.3, 0.4, Logging -> 1 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
curtd authored Jan 31, 2024
1 parent c60aa20 commit 47e17e1
Show file tree
Hide file tree
Showing 4 changed files with 7 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"
3 changes: 3 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
HierarchicalLogging = "f33c120b-91a0-4a1c-b926-14fa61c08c77"

[compat]
Documenter = "1"
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ makedocs(;
"Home" => "index.md",
"API" => "api.md"
],
warnonly=:missing_docs
)

deploydocs(;
Expand Down
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 47e17e1

Please sign in to comment.