add debug messages to show active services

This commit is contained in:
Kenneth Kehl
2025-06-03 07:27:50 -07:00
parent 84895e0064
commit 8abb22333d

View File

@@ -504,7 +504,7 @@ def delete_old_s3_objects():
service = dao_fetch_service_by_id(service_id)
service_names.append(service.name)
current_app.logger.info(
f"#delete-old-s3-objects Services with retained jobs: {service_names}"
f"#delete-old-s3-objects Services with retained csvs: {service_names}"
)