Skip to content

Commit

Permalink
fix flake
Browse files Browse the repository at this point in the history
Signed-off-by: Tamar Galer <[email protected]>
  • Loading branch information
tamar-ox committed Jul 7, 2024
1 parent 04e5901 commit 5c48dcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maskerlogger/secrets_in_logs_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ def main():
logger = logging.getLogger('mylogger')
logger.setLevel(logging.DEBUG)
handler = logging.StreamHandler()
handler.setFormatter(MaskerFormatter("%(asctime)s %(name)s %(levelname)s %(message)s"))
handler.setFormatter(
MaskerFormatter("%(asctime)s %(name)s %(levelname)s %(message)s"))
logger.addHandler(handler)

logger.info('"current_key": "AIzaSOHbouG6DDa6DOcRGEgOMayAXYXcw6la3c"')
Expand Down

0 comments on commit 5c48dcc

Please sign in to comment.