ZparkIO
ZparkIO copied to clipboard
Logger only prints to the console. not possible to integrate with actual logging framework
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
In theory, you should be able to override loggerFactory in the ZparkioApp by implementing a new version of Logger.Service . That should work.