kalix-jvm-sdk icon indicating copy to clipboard operation
kalix-jvm-sdk copied to clipboard

allow toggling debug logging

Open raboof opened this issue 4 years ago • 2 comments

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)

raboof avatar Oct 08 '21 08:10 raboof

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. :/

johanandren avatar Oct 15 '21 15:10 johanandren

perhaps we should just settle for getting it from a system property or environment variable then...

raboof avatar Nov 02 '21 15:11 raboof