Unclaimed project
Are you a maintainer of odin? Claim this project to take control of your public changelog and roadmap.
Changelog
Fast & Functional logger in Scala
While API for our users stays the same, loggers now behave differently on logging level configuration. Before this version, Logger. withMinimalLevel was not consistent as it didn't propagate the logging level changes through the stack of loggers. That was a cause for various funky behaviors (See #240).
Now the call to logger.withMinimalLevel(Level.Info) will cause all underlying loggers (if any) to change their minimal level as well, which should have been an expected behavior.
Those users that built custom loggers on top of internal io.odin.loggers.DefaultLogger[F[_]] would need to adjust their implementation to account for level propagation.
♞ lichess.org: the forever free, adless and open source chess server ♞
💾 Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated]
Scala 2 compiler and standard library. Scala 2 bugs at https://github.com/scala/bug; Scala 3 at https://github.com/scala/scala3
A platform to build and run apps that are elastic, agile, and resilient. SDK, libraries, and hosted environments.