Skip to content

Commit

Permalink
Switch SAM Translator log level to critical (#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong committed Nov 5, 2021
1 parent 3720f7b commit 57d44ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cfnlint/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
from cfnlint.rules import Match, TransformError
LOGGER = logging.getLogger('cfnlint')

samtranslator_logger = logging.getLogger('samtranslator')
samtranslator_logger.setLevel(logging.CRITICAL)

class Transform(object):
"""
Expand Down

0 comments on commit 57d44ef

Please sign in to comment.