Skip to content

Commit

Permalink
Set logging level default to WARNING in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JokeWaumans committed Aug 22, 2024
1 parent 7096447 commit 5e964aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import mlx.coverity
import mlx.traceability
from decouple import config
import logging
from pkg_resources import get_distribution

pkg_version = get_distribution("mlx.coverity").version
Expand Down Expand Up @@ -317,3 +318,5 @@

TRACEABILITY_ITEM_ID_REGEX = r"([A-Z_]+-[A-Z0-9_]+)"
TRACEABILITY_ITEM_RELINK = {}

logging.basicConfig(level=logging.WARNING)

0 comments on commit 5e964aa

Please sign in to comment.