diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-19 02:51:13 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-19 02:51:13 +0000 |
| commit | 0ac6d213c1b9cbc24313b9ac5d442e29f027b798 (patch) | |
| tree | 8613deee2f7217b4d9fcd32ed55f9cd7d0c2a089 /obfuscator/utils.py | |
| parent | 6887c43a285f5cfeea9eaf552928bdb647a5a139 (diff) | |
| download | gdpr-obfuscator-0ac6d213c1b9cbc24313b9ac5d442e29f027b798.tar.gz gdpr-obfuscator-0ac6d213c1b9cbc24313b9ac5d442e29f027b798.zip | |
update logger names
Diffstat (limited to 'obfuscator/utils.py')
| -rw-r--r-- | obfuscator/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/obfuscator/utils.py b/obfuscator/utils.py index 2e4211f..1d1c3fe 100644 --- a/obfuscator/utils.py +++ b/obfuscator/utils.py @@ -2,7 +2,7 @@ from obfuscator.logger import get_logger # Create the logger -logger = get_logger("CLI") +logger = get_logger("UTILS") def get_s3_path(uri): |
