Skip to content

Commit

Permalink
➕(dogwood/3/fun) add gelf support for logging
Browse files Browse the repository at this point in the history
On fun-mooc.fr, we want to use the gelf format to log events. We need
the djehouty library installed on this image.
  • Loading branch information
madmatah committed Sep 8, 2020
1 parent 9160e58 commit c0d37ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions releases/dogwood/3/fun/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ release.

## [Unreleased]

### Added

- Add Gelf support for logging

## [dogwood.3-fun-1.13.2] - 2020-09-01

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions releases/dogwood/3/fun/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ celery-redis-sentinel==0.3.0
django-redis==4.5.0
django-redis-sentinel-redux==0.2.0
django-redis-sessions==0.6.1
# Add Gelf support for logging
djehouty==0.1.5
raven==6.9.0
redis==2.10.6
# Upgrade requests and urllib3 to prevent SSL certificate validation failure
Expand Down

0 comments on commit c0d37ef

Please sign in to comment.