Results 39 comments of Peter Kotula

with zio 2, `Runtime.removeDefaultLoggers` should remove all loggers closing this ticket as it was related to zio 1 implementation, fill free to open new one, if there are some other...

i will continue to work on documentations improvements during [ZIO Hackathon 2022 - New York City](https://github.com/orgs/zio/projects/6)

Hello @calvinlfer i tried your example, with latest version of `zio-logging-slf4j` (2.1.9) and I can see ``` 09:39:05.523 INFO class=zio.logging.example.ExampleApp fiber=zio-fiber-4 spanInfo=[outest-span=7 ms -> out-span=7 ms -> in-span=6 ms ->...

hi @lmlynik not sure what exactly do you mean if you mean `zio-logging-slf4j2` which using key value pairs of slf4j v2, in such case I would ask LogstashEncoder developers when...

probably we should do it in phases: 1. modify current json logger to able recognise json string value and add it like json value 2. analyse the possibilities how do...

hi @fernanluyano, are you able to create small reproducer? Thanks

Hi @lukasz-golebiewski I think reason for that is that LogFormat of core zio loggers https://github.com/zio/zio-logging/blob/master/core/shared/src/main/scala/zio/logging/LogFormat.scala#L917-L922 also do not contains spans, so they were not added also to slf4j default format

hi @andrzejressel this seems to be similar problem like https://github.com/zio/zio-logging/issues/809, which was solved with https://github.com/zio/zio-logging/pull/810, and also [jul-bridge](https://github.com/zio/zio-logging/blob/master/jul-bridge/src/main/scala/zio/logging/jul/bridge/ZioLoggerRuntime.scala#L26) have similar support so if this is something like that, than it...

hello @revosw, which version of protobuf-compiler do you have? optional in proto3: https://protobuf.dev/programming-guides/field_presence/#how-to-enable-explicit-presence-in-proto3 if you have such error, probably you have older version of protoc compiler

hi, @vigoo, thanks for review, build is green and PR was rebased, I think this can be merged now