How can I configure the logback file used in the trigger service to get my debug statements printed to the log but no the underlying trigger’s internal debug statements?
Which can be quiet verbose (who does not love to interpret some large state in Scala )?
I usually use the name attribute to logger to specify a [Scala] package [prefix] to increase the log level for in logback.xml. Do your debug statements have a particular package shown in the logs that you can use?