Skip to content

Commit b3195b9

Browse files
author
Clement Champetier
committed
sam: set default log level of all sam tools to warning
1 parent b75f98b commit b3195b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

applications/sam/common/samUtils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ def __init__(self):
3232
# Add a console handler
3333
self.addConsoleHandler()
3434

35+
# Set default log level of all sam tools to warning
36+
self.setLogLevel(2)
37+
3538
def fillParser(self, parser):
3639
"""
3740
To fill the given parser.

0 commit comments

Comments
 (0)