Skip to content

Commit e889212

Browse files
authoredOct 26, 2020
[fwutil]: Set min log priority to INFO. (#1191)
Set min log priority of fwutil to INFO Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
1 parent f14bbe5 commit e889212

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎fwutil/log.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515

1616
SYSLOG_IDENTIFIER = "fwutil"
1717

18+
# ========================= Variables ==========================================
19+
1820
# Global logger instance
1921
log = logger.Logger(SYSLOG_IDENTIFIER)
20-
22+
log.set_min_log_priority_info()
2123

2224
# ========================= Helper classes =====================================
2325

0 commit comments

Comments
 (0)
Please sign in to comment.