Skip to content

Commit ac85e7f

Browse files
committed
remove logging.basicConfig
1 parent c6d6163 commit ac85e7f

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

cronitor/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
from .monitor import Monitor, YAML
1111

12-
logging.basicConfig()
1312
logger = logging.getLogger(__name__)
1413
logger.setLevel(logging.INFO)
1514

cronitor/monitor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from urllib3.util.retry import Retry
1212
from requests.adapters import HTTPAdapter
1313

14-
logging.basicConfig()
1514
logger = logging.getLogger(__name__)
1615

1716
# https://stackoverflow.com/questions/49121365/implementing-retry-for-requests-in-python

setup.py

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

66
setup(
77
name='cronitor',
8-
version='4.4.2',
8+
version='4.4.3',
99
packages=find_packages(),
1010
url='https://github.com/cronitorio/cronitor-python',
1111
license='MIT License',

0 commit comments

Comments
 (0)