mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 18:46:52 +01:00
Chore: Convert the consumer to a plugin (#6361)
This commit is contained in:
parent
e837f1e85b
commit
b720aa3cd1
15 changed files with 922 additions and 617 deletions
|
|
@ -3,9 +3,6 @@ import uuid
|
|||
|
||||
|
||||
class LoggingMixin:
|
||||
def __init__(self) -> None:
|
||||
self.renew_logging_group()
|
||||
|
||||
def renew_logging_group(self):
|
||||
"""
|
||||
Creates a new UUID to group subsequent log calls together with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue