Closed
Description
First there is a bug in the debug log lines of the springboot packaging bash script:
The env variable name got lowercased in the script by mistake. Since it is a shell variable it should be put back to all caps, as the documentation describes.
Second, we should make the debug log lines in the springboot.bzl an option via an attribute. Create a new attribute debug that is default False.