Merge pull request #2582 from coreos-inc/FIX-archivelogs-url

fix(data.archivedlogs): update endpoint name
This commit is contained in:
Erica 2017-04-26 17:34:58 -04:00 committed by GitHub
commit 51ff7cab20

View file

@ -24,7 +24,7 @@ class LogArchive(object):
location = app.config.get('LOG_ARCHIVE_LOCATION')
path = app.config.get('LOG_ARCHIVE_PATH', None)
handler_name = 'logarchive_handlers'
handler_name = 'web.logarchive'
log_archive = DelegateUserfiles(app, distributed_storage, location, path,
handler_name=handler_name)