Skip to content

Commit

Permalink
Changed logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
tgurbich committed Nov 18, 2024
1 parent 0a4d6a5 commit 41d3ba7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import urllib.parse
import xmltodict

logging.basicConfig(level=logging.INFO)
logging.basicConfig(level=logging.WARNING)

# Define variables for stats report
SKIP_CMSCAN = SKIP_GFF = GOOD = BAD_SEQUENCE = 0
Expand Down

0 comments on commit 41d3ba7

Please sign in to comment.