Skip to content

Commit

Permalink
exclude boto from loggers again
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Jul 6, 2020
1 parent 778d271 commit 0d1b26f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mapchete/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
from mapchete._registered import drivers, processes

all_mapchete_packages = set(v.value.split(".")[0] for v in chain(drivers, processes))
all_mapchete_packages.add("boto3")
all_mapchete_packages.add("botocore")

key_value_replace_patterns = {
"AWS_ACCESS_KEY_ID": "***",
Expand Down

0 comments on commit 0d1b26f

Please sign in to comment.