Python Logging Level in Siemplify

Is there a way to set the logging level via a Job/Action (e.g., INFO, DEBUG, ERROR, etc.)?

I understand this convention, but if I don't want to log debug messages, how can I set the level? Thanks!

  • siemplify.LOGGER.debug(output_message)
  • siemplify.LOGGER.info(output_message)
     
     
0 8 952