log4cats icon indicating copy to clipboard operation
log4cats copied to clipboard

Logging Tools For Interaction with cats-effect

Results 40 log4cats issues
Sort by recently updated
recently updated
newest added

Updates the handling of the MDC in `Slf4jLogger` to resolve questions raised in #851 Changes: - Always clear the MDC before populating when logging with context - Don't skip the...

I have two loggers, let's say they're named `rpc` and `eval`. I want to handoff processing from the `rpc` to `eval` module, but my `rpc` logger has request info in...

While adding tests to `Slf4jLogger` in #850 I noticed that, every now and again, the tests would fail because extra values would be captured as context. Looking at the failure,...

## About this PR 📦 Updates * [org.scala-native:nscplugin](https://github.com/scala-native/scala-native) * [org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native) from `0.4.17` to `0.5.4` 📜 [GitHub Release Notes](https://github.com/scala-native/scala-native/releases/tag/v0.5.4) - [Version Diff](https://github.com/scala-native/scala-native/compare/v0.4.17...v0.5.4) ## Usage ✅ **Please merge!** I'll automatically update this...

## About this PR 📦 Updates * [org.scala-native:nscplugin](https://github.com/scala-native/scala-native) * [org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native) from `0.4.17` to `0.5.5` 📜 [GitHub Release Notes](https://github.com/scala-native/scala-native/releases/tag/v0.5.5) - [Version Diff](https://github.com/scala-native/scala-native/compare/v0.4.17...v0.5.5) ## Usage ✅ **Please merge!** I'll automatically update this...

this PR is continuation of [this PR](https://github.com/typelevel/log4cats/pull/676), which have some modification since CE v3.6.0 was released dependency on Cats MTL and a Local instance for IOLocal I have updated `ce3/shared/src/main/scala/org/typelevel/log4cats/ce3/IOLocalHelpers.scala`

Motivation ========== `addContext` has one sharp edge on it that seems to come up a lot during onboarding: if you want to add a single context element, the syntax is...