fix(data.archivedlogs): update endpoint name

This commit is contained in:
EvB 2017-04-26 17:31:44 -04:00
parent 5f13b99651
commit fddcd0a395

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)