Peter Kotula
Peter Kotula
hello @Dennis4b, yes, i understand, that there is some performance degradation, with current solution in considering your use case actually initially i was thinking to do ```scala final class ZioLoggerRuntime(runtime:...
> The main cost is in constructing the Trace(name, "", 0), and the Map(zio.logging.loggerNameAnnotationKey -> name) yes, i see it in same way so probably then, rather then have specific...
hello @Dennis4b , i created PR https://github.com/zio/zio-logging/pull/901 , there are changes for slf4j-bridge (v1) as it was easier to do it there, please take a look then i can do...
hello @Dennis4b , i added also impl for slf4j2-bridge
hello @Dennis4b , i released new version https://github.com/zio/zio-logging/releases/tag/v2.4.0, which should contains those changes
hi @Dennis4b, can be this issue closed now?
in relation to cli, `golem-cli worker get ... --format text` it look like that text output do not showing updates https://github.com/golemcloud/golem/blob/main/golem-cli/src/model/text.rs#L747-L784 it would be nice to see there at least...
I think if you are using https://github.com/golemcloud/golem/blob/main/docker-examples/published-postgres/compose.yaml it could be because there is `postgres:latest` and somenthing can change in major version (postgres 18 was released recently) probably in this case...
i think that this issue is already implemented: [worker_binding_resolver](https://github.com/golemcloud/golem/blob/22f5d315dd50b1b7013f238d322c481a51125d84/golem-worker-service-base/src/worker_binding/worker_binding_resolver.rs#L220-L237) cc: @afsalthaj, @vigoo