zio / zio-logging

Powerful logging for ZIO 2.0 applications, with compatibility with many logging backends out-of-the-box.
https://zio.dev/zio-logging/
Apache License 2.0
173 stars 81 forks source link

Backend for ZIO 2.0 Logging #347

Closed swoogles closed 2 years ago

swoogles commented 2 years ago

I will flesh this ticket out more as I get more experience in this area, but in short-

This project has done some excellent proof-of-concept work, that has largely been assimilated into ZIO Core. Moving forward, this project can focus on providing back-end implementations of the new Logging facades defined in ZIO 2.0.

More information about the 2.0 logging changes is available in John's blog post: https://ziverge.com/blog/a-preview-of-logging-in-zio-2/

Just wanted to get this on the radar!

pshemass commented 2 years ago

@swoogles thanks I'm aware of this. I will work with @jdegoes on design for 2.0. I think this will be perfect issue for hackathon.

pshemass commented 2 years ago

Scope:

  1. zio2 branch for all ZIO 2.0 related changes
  2. configuration for release artifact for ZIO 2.0
  3. implementation of ZIO 2.0 backend
jdegoes commented 2 years ago

This has been completed, so I am closing this ticket.