We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently loggerFactory is fixed to depend on Console.Service. It would be nice that we can integrate with logging framework
loggerFactory
Console.Service
https://github.com/zio/zio-logging
The text was updated successfully, but these errors were encountered:
In theory, you should be able to override loggerFactory in the ZparkioApp by implementing a new version of Logger.Service . That should work.
ZparkioApp
Logger.Service
Sorry, something went wrong.
No branches or pull requests
Currently
loggerFactory
is fixed to depend onConsole.Service
. It would be nice that we can integrate with logging frameworkhttps://github.com/zio/zio-logging
The text was updated successfully, but these errors were encountered: