Skip to content

Set log level to Info#16

Merged
GunnarFarneback merged 1 commit into
GunnarFarneback:updates_25_08from
christopher-dG:cdg/level
Nov 27, 2025
Merged

Set log level to Info#16
GunnarFarneback merged 1 commit into
GunnarFarneback:updates_25_08from
christopher-dG:cdg/level

Conversation

@christopher-dG

Copy link
Copy Markdown
Contributor

I didn't realize that the logger defaults to debug level. Also does nest_kwargs=false which goes from:

julia> @info "foo" x=1
{"level":"info","msg":"foo", /* ... */ "kwargs":{"x":1}}

to:p

julia> @info "foo" x=1
{"level":"info","msg":"foo", /* ... */ "x":1}

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (updates_25_08@0fb76ee). Learn more about missing BASE report.

Files with missing lines Patch % Lines
src/LocalPackageServer.jl 0.00% 2 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@               Coverage Diff                @@
##             updates_25_08      #16   +/-   ##
================================================
  Coverage                 ?   53.15%           
================================================
  Files                    ?        5           
  Lines                    ?      365           
  Branches                 ?        0           
================================================
  Hits                     ?      194           
  Misses                   ?      171           
  Partials                 ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@GunnarFarneback
GunnarFarneback merged commit 605dcba into GunnarFarneback:updates_25_08 Nov 27, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants