Skip to content

Commit

Permalink
Set a module logger level to WARNING
Browse files Browse the repository at this point in the history
  • Loading branch information
eagarvey-amd committed Nov 13, 2024
1 parent 3bd959d commit ad12de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shortfin/python/shortfin/support/logging_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(self):
native_handler.setFormatter(NativeFormatter())

# TODO: Source from env vars.
logger.setLevel(logging.DEBUG)
logger.setLevel(logging.WARNING)
logger.addHandler(native_handler)


Expand Down

0 comments on commit ad12de3

Please sign in to comment.