File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class Configuration(object):
12
12
13
13
# Your Application Id for authentication/authorization
14
14
application_id = 'SET_ME'
15
- version = 'moesifapi-python/1.4.8 '
15
+ version = 'moesifapi-python/1.4.9 '
16
16
17
17
pool_connections = 10
18
18
pool_maxsize = 10
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ def schedule_background_job(self):
132
132
replace_existing = True )
133
133
134
134
# Avoid passing logging message to the ancestor loggers
135
+ logging .getLogger ('apscheduler' ).setLevel (logging .WARNING )
135
136
logging .getLogger ('apscheduler.executors.default' ).setLevel (logging .WARNING )
136
137
logging .getLogger ('apscheduler.executors.default' ).propagate = False
137
138
Original file line number Diff line number Diff line change 28
28
# Versions should comply with PEP440. For a discussion on single-sourcing
29
29
# the version across setup.py and the project code, see
30
30
# https://packaging.python.org/en/latest/single_source_version.html
31
- version = '1.4.8 ' ,
31
+ version = '1.4.9 ' ,
32
32
33
33
description = 'Moesif API Lib for Python' ,
34
34
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments