kalix-jvm-sdk
kalix-jvm-sdk copied to clipboard
allow toggling debug logging
Right now the code generator produces debug logging to stdout by default. This should probably be opt-in (and important messages should be fatal warnings/errors)
Spent some time on trying to read the sbt logLevel, but that is not set by default, also tried to coerce it out of the sbt logger but didn't manage. :/
perhaps we should just settle for getting it from a system property or environment variable then...