From ad0328b2f292fe438a8a6a1f7ff2d36856dc578d Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Wed, 19 Feb 2025 03:27:54 +0000 Subject: modify logger messages to be more clear --- obfuscator/csv_reader.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'obfuscator/csv_reader.py') diff --git a/obfuscator/csv_reader.py b/obfuscator/csv_reader.py index 2b099c8..3649681 100644 --- a/obfuscator/csv_reader.py +++ b/obfuscator/csv_reader.py @@ -45,7 +45,9 @@ class CSVReader: if os.getenv("LOCALSTACK", "FALSE").upper() == "TRUE": localstack_endpoint = "http://localhost.localstack.cloud:4566" - self.logger.debug("Using LocalStack endpoint for S3") + self.logger.debug( + "Using LocalStack endpoint for S3 - ensure LocalStack is running" + ) client = boto3.client( "s3", endpoint_url=localstack_endpoint, -- cgit v1.2.3