File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def read(fname):
12
12
13
13
setup (
14
14
name = 'netflix-spectator-py' ,
15
- version = '0.1.16 ' ,
15
+ version = '0.1.17 ' ,
16
16
description = 'Python library for reporting metrics to Atlas.' ,
17
17
long_description = read ('README.md' ),
18
18
long_description_content_type = 'text/markdown' ,
@@ -34,7 +34,7 @@ def read(fname):
34
34
'Topic :: Software Development' ,
35
35
36
36
# Pick your license as you wish (should match "license" above)
37
- 'License :: OSI Approved :: Apache Software License' ,
37
+ 'License :: OSI Approved :: Apache Software License' ,
38
38
39
39
# Specify the Python versions you support here. In particular, ensure
40
40
# that you indicate whether you support Python 2, Python 3 or both.
Original file line number Diff line number Diff line change 17
17
try :
18
18
from spectatorconfig import default_config
19
19
defaultConfig = default_config ()
20
- logger .debug ("loaded default config: %s" , defaultConfig )
20
+ logger .info ("loaded default config: %s" , defaultConfig )
21
21
except :
22
22
defaultConfig = {}
23
23
You can’t perform that action at this time.
0 commit comments