Logging
The SDK supports comprehensive logging. You can configure it by passing a logging object into the client initialization options.
Configuration Options
level: The verbosity of the logs (logging.LogLevel.Debug,Info,Warn, orError).logger: The logging implementation to use.silent: Set tofalseto enable output.
Custom Loggers
To provide a custom logger, pass in an object that implements the logging.ILogger interface.
