mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-21 02:21:17 +00:00
Added and implemented a rudimentary logger
This commit is contained in:
5
src/logger/apps.py
Normal file
5
src/logger/apps.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class LoggerConfig(AppConfig):
|
||||
name = 'logger'
|
||||
Reference in New Issue
Block a user