You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library ships with simple-logger instead of relying on the consumer to provide SLF4J bindings. This was intentional to provide out-of-the-box logging using the library from notebooks and scripts. However, it's not obvious when using the library from projects.
Fix options
Document it in the README and suggest excluding simple-logger in the example dependencies snippet (unintuitive for projects)
Remove simple-logger and logLevel functionality (very unintuitive for notebooks and scripts)