Skip to content

Reroute nothing stdlib mod to the root logger#185

Merged
rofinn merged 4 commits into
masterfrom
rf/nothing-mod
Apr 29, 2022
Merged

Reroute nothing stdlib mod to the root logger#185
rofinn merged 4 commits into
masterfrom
rf/nothing-mod

Conversation

@rofinn
Copy link
Copy Markdown
Member

@rofinn rofinn commented Apr 28, 2022

Closes #181

NOTE: This seems more internally consistent than having a separate logger for this case?

rofinn added 3 commits April 28, 2022 14:48
Closes #181 

NOTE: This seems more internally consistent than having a separate logger for this case?
Since we're just avoiding an error bumping the patch release is probably safe.
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 28, 2022

Codecov Report

Merging #185 (ecb6faa) into master (eccf67a) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #185      +/-   ##
==========================================
- Coverage   98.30%   98.26%   -0.04%     
==========================================
  Files          14       14              
  Lines         413      404       -9     
==========================================
- Hits          406      397       -9     
  Misses          7        7              
Impacted Files Coverage Δ
src/stdlib.jl 100.00% <100.00%> (ø)
src/formatters.jl 98.03% <0.00%> (-0.04%) ⬇️
src/loggers.jl 99.26% <0.00%> (-0.04%) ⬇️
src/io.jl 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eccf67a...ecb6faa. Read the comment docs.

@arnaudh
Copy link
Copy Markdown
Contributor

arnaudh commented Apr 29, 2022

Thanks! Looks good to me. Can't approve as I don't have write access.

@mjram0s
Copy link
Copy Markdown
Member

mjram0s commented Apr 29, 2022

Should add a test

@rofinn rofinn merged commit 916ea2e into master Apr 29, 2022
@rofinn rofinn deleted the rf/nothing-mod branch April 29, 2022 16:48
@rofinn
Copy link
Copy Markdown
Member Author

rofinn commented Oct 7, 2022

TODO: We should probably backport this fix since CloudWatchLogs has upperbounded things to 1.2.

@arnaudh
Copy link
Copy Markdown
Contributor

arnaudh commented Oct 10, 2022

TODO: We should probably backport this fix since CloudWatchLogs has upperbounded things to 1.2.

Ah yes, that's probably the easiest to deal with our issues. Will do that.

EDIT here: #190

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.

Julia warning triggers a MethodError when Memento config is set to substitute=true

3 participants