ZparkIO icon indicating copy to clipboard operation
ZparkIO copied to clipboard

Logger only prints to the console. not possible to integrate with actual logging framework

Open realradical opened this issue 4 years ago • 1 comments

Currently loggerFactory is fixed to depend on Console.Service. It would be nice that we can integrate with logging framework

https://github.com/zio/zio-logging

realradical avatar Jun 01 '21 18:06 realradical

In theory, you should be able to override loggerFactory in the ZparkioApp by implementing a new version of Logger.Service . That should work.

leobenkel avatar Oct 04 '21 15:10 leobenkel