mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 02:27:06 +01:00
Added and implemented a rudimentary logger
This commit is contained in:
parent
88acf50fe0
commit
7843ea5037
14 changed files with 142 additions and 36 deletions
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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue