cornelk opened a new issue #228: ClientOptions should get a Logger field to allow injecting of an external Logger URL: https://github.com/apache/pulsar-client-go/issues/228 It is available in the old cgo based go client library: ``` // Provide a custom logger implementation where all Pulsar library info/warn/error messages will be routed // By default, log messages will be printed on standard output. By passing a logger function, application // can determine how to print logs. This function will be called each time the Pulsar client library wants // to write any logs. Logger func(level log.LoggerLevel, file string, line int, message string) ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
