-
Notifications
You must be signed in to change notification settings - Fork 915
How to redirect the logger to file? #168
New issue
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
Labels
Comments
|
Sorry for the delay. There is currently no support for setting a log callback, logs will be printed on stderr. We are planning to provide either log callbacks, or plugging into the logger framework. |
+1 for logger framework |
+1 for log_cb implementation |
dup of #148 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I initiated a producer using codes like this:
on the console, I often see some logs like this:
I want to know, how can I add my specific logger like FileHandler to redirect these logs to files?
The text was updated successfully, but these errors were encountered: