Skip to content

Commit b31cc4f

Browse files
committed
info loglevel by default for github.release module
1 parent 457a7f8 commit b31cc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gardenlinux/github/release/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from gardenlinux.logger import LoggerSetup
66

7-
LOGGER = LoggerSetup.get_logger("gardenlinux.github", "DEBUG")
7+
LOGGER = LoggerSetup.get_logger("gardenlinux.github", "INFO")
88

99
REQUESTS_TIMEOUTS = (5, 30) # connect, read
1010

0 commit comments

Comments
 (0)