diff --git a/scubagoggles/run_rego.py b/scubagoggles/run_rego.py index 60437966..452ac065 100644 --- a/scubagoggles/run_rego.py +++ b/scubagoggles/run_rego.py @@ -61,7 +61,7 @@ def opa_eval(product_name: str, command.append('--explain=full') try: - log.debug('Running OPA: %s', ' '.join(command)) + log.warning('Running OPA: "%s"', ' '.join(command)) output = subprocess.run(command, capture_output=True, check=True) str_output = output.stdout.decode()