statsig-io / statsig-feedback

Issue Tracker for Statsig. Leave your feedback on anything we do!
5 stars 0 forks source link

JVM SDK should use logging framework #33

Open alfasapy opened 1 year ago

alfasapy commented 1 year ago

Consider using a logging api like slf4j-api, the consumer can then set logging levels and pick logging implementation framework. Right now logging is done directly to standard out.

tore-statsig commented 1 year ago

Thanks, we are looking into adding support for this!