Skip to content

Commit

Permalink
gladevcp: change default loglevel to WARNING
Browse files Browse the repository at this point in the history
To reduce the number of default log outputs and to be consistent with the other instances of the logger.
  • Loading branch information
hansu committed Sep 19, 2024
1 parent e200b7a commit 082427a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hal/user_comps/gladevcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# We have do do this before importing other modules because on import
# they set up their own loggers as children of the base logger.
from qtvcp import logger
LOG = logger.initBaseLogger('GladeVCP', log_file=None, log_level=logger.INFO)
LOG = logger.initBaseLogger('GladeVCP', log_file=None, log_level=logger.WARNING)

import gladevcp.makepins
from gladevcp.gladebuilder import GladeBuilder
Expand Down

0 comments on commit 082427a

Please sign in to comment.