fix(data.archivedlogs): update endpoint name
This commit is contained in:
parent
5f13b99651
commit
fddcd0a395
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class LogArchive(object):
|
||||||
location = app.config.get('LOG_ARCHIVE_LOCATION')
|
location = app.config.get('LOG_ARCHIVE_LOCATION')
|
||||||
path = app.config.get('LOG_ARCHIVE_PATH', None)
|
path = app.config.get('LOG_ARCHIVE_PATH', None)
|
||||||
|
|
||||||
handler_name = 'logarchive_handlers'
|
handler_name = 'web.logarchive'
|
||||||
|
|
||||||
log_archive = DelegateUserfiles(app, distributed_storage, location, path,
|
log_archive = DelegateUserfiles(app, distributed_storage, location, path,
|
||||||
handler_name=handler_name)
|
handler_name=handler_name)
|
||||||
|
|
Reference in a new issue