diff --git a/litellm/tests/test_logging.py b/litellm/tests/test_logging.py index 4e7e30427..5b931de88 100644 --- a/litellm/tests/test_logging.py +++ b/litellm/tests/test_logging.py @@ -177,6 +177,7 @@ try: output = new_stdout.getvalue().strip() print(output) + print(response) if "Logging Details Pre-API Call" not in output: raise Exception("Required log message not found!")