mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-04-24 17:09:28 +00:00
Fixes logging so I can see it
This commit is contained in:
@@ -6,7 +6,7 @@ from django.conf import settings
|
||||
from django.db import migrations
|
||||
from django.db import models
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
logger = logging.getLogger("paperless.migrations")
|
||||
|
||||
_CHUNK_SIZE = 65536 # 64 KiB — avoids loading entire files into memory
|
||||
_BATCH_SIZE = 500 # documents per bulk_update call
|
||||
|
||||
Reference in New Issue
Block a user