actually, this is the line needed in logging.properties
, for suppressing the warnings about the "`profile `" prefix:
com.amazonaws.auth.profile.internal.BasicProfileConfigLoader.level=SEVERE
managed to suppress the jetty related log message too. took this advice: https://stackoverflow.com/a/53064639/263983 and added "-Dorg.eclipse.jetty.util.log.announce=false"
to the :jvm-opts
too.