Skip to content

Commit

Permalink
Enabled JSON stdout logging and HTTP connection pool (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
marblestation committed Aug 6, 2018
1 parent 297deb0 commit aa22cb2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.0.16

* Enabled JSON stdout logging and HTTP connection pool

### 1.0.15

* ADS microservice normalization: implementation adsmutils, py.test
Expand Down
1 change: 1 addition & 0 deletions config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
LOG_STDOUT = True
GRAPHICS_SECRET_KEY = 'this should be changed'
# External graphics sources
GRAPHICS_EXTSOURCES = ['IOP', 'Elsevier', 'EDP']
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/adsabs/ADSMicroserviceUtils.git@v1.0.3
git+https://github.com/adsabs/ADSMicroserviceUtils.git@v1.0.4
Flask==0.12
Flask-RESTful==0.3.5
Flask-SQLAlchemy==2.2
Expand Down

0 comments on commit aa22cb2

Please sign in to comment.