Enhancement: include celery log in logs view (#9214)

This commit is contained in:
shamoon 2025-02-24 12:51:52 -08:00 committed by GitHub
parent 047f7c3619
commit 3104417076
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1194,7 +1194,7 @@ class UnifiedSearchViewSet(DocumentViewSet):
class LogViewSet(ViewSet):
permission_classes = (IsAuthenticated, PaperlessAdminPermissions)
log_files = ["paperless", "mail"]
log_files = ["paperless", "mail", "celery"]
def get_log_filename(self, log):
return os.path.join(settings.LOGGING_DIR, f"{log}.log")