diff --git a/data/archivedlogs.py b/data/archivedlogs.py index ec54cb9b3..0172c74c8 100644 --- a/data/archivedlogs.py +++ b/data/archivedlogs.py @@ -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)