Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermebodin committed Sep 14, 2023
1 parent 6ce4fce commit be6cc08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_log_levels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ function test_log_names_with_dict()
"Error" => "error",
)
log_path = "log_names_test.log"
polyglot_logger = LoggingPolyglot.create_polyglot_logger(log_path; level_dict = level_dict)
polyglot_logger =
LoggingPolyglot.create_polyglot_logger(log_path; level_dict = level_dict)
LoggingPolyglot.debug("test")
LoggingPolyglot.debug("test"; level = -100)
LoggingPolyglot.info("test")
Expand Down

2 comments on commit be6cc08

@guilhermebodin
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/91450

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" be6cc08aa9c9154d3febe7ffe645652f3654cd02
git push origin v0.1.0

Please sign in to comment.