Skip to content

Releases: JuliaLogging/Logging2.jl

v0.1.1

04 Feb 05:17
094eb66
Compare
Choose a tag to compare

Logging2 v0.1.1

Diff since v0.1.0

Merged pull requests:

  • Fix stdio redirections for the Julia 1.7 API breakage (#7) (@c42f)

v0.1.0

23 Oct 00:45
4896179
Compare
Choose a tag to compare

Logging2 v0.1.0

Closed issues:

  • Add logging level as kwarg to redirect_stdout ? (#1)

Merged pull requests:

  • Allow stdout / stderr to be assigned to any log level (#2) (@c42f)
  • Wrap messages in text to avoid interpreting as markdown (#3) (@c42f)
  • Fix race condition in redirect_stdout in closing vs reading (#4) (@c42f)
  • Some updates to CI config (#5) (@c42f)
  • Allow failures on nightly (#6) (@c42f)