Skip to content

Commit

Permalink
[fwutil]: Set min log priority to INFO. (sonic-net#1191)
Browse files Browse the repository at this point in the history
Set min log priority of fwutil to INFO

Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
  • Loading branch information
nazariig committed Oct 26, 2020
1 parent f14bbe5 commit e889212
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fwutil/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@

SYSLOG_IDENTIFIER = "fwutil"

# ========================= Variables ==========================================

# Global logger instance
log = logger.Logger(SYSLOG_IDENTIFIER)

log.set_min_log_priority_info()

# ========================= Helper classes =====================================

Expand Down

0 comments on commit e889212

Please sign in to comment.