Skip to content

Commit

Permalink
Upgrade brainzutils and sentry-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
alastair committed Mar 31, 2021
1 parent 0a62ca2 commit 553504d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
11 changes: 0 additions & 11 deletions config.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,6 @@ RATELIMIT_WINDOW = 10
# 'backup_count': 10, # optional
# }

# LOG_EMAIL = {
# 'mail_server': 'localhost',
# 'mail_port': 25,
# 'mail_from_host': 'acousticbrainz.org',
# 'log_email_recipients': [
# '',
# ],
# 'log_email_topic': 'AcousticBrainz Error',
# 'level': 'ERROR',
# }

# LOG_SENTRY = {
# 'dsn':'',
# 'environment': 'development',
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/metabrainz/brainzutils-python.git@v1.16.1
git+https://github.com/metabrainz/brainzutils-python.git@v1.18.0
Flask-Admin==1.5.6
Flask-Login==0.5.0
Flask-SQLAlchemy==2.4.1
Expand All @@ -19,7 +19,7 @@ Jinja2==2.11.2
werkzeug==1.0.1
Flask-DebugToolbar==0.11.0
Flask-UUID==0.2
raven[flask]==6.10.0
sentry-sdk[flask]==0.20.3
certifi
redis==3.4.1
msgpack-python==0.5.6
Expand Down
1 change: 0 additions & 1 deletion webserver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def create_app(debug=None):

# Logging
app.init_loggers(file_config=app.config.get('LOG_FILE'),
email_config=app.config.get('LOG_EMAIL'),
sentry_config=app.config.get('LOG_SENTRY')
)

Expand Down

0 comments on commit 553504d

Please sign in to comment.