django-custom-logging:用于自定义格式日志记录的Django中间件

时间:2024-04-16 19:03:20
【文件属性】:

文件名称:django-custom-logging:用于自定义格式日志记录的Django中间件

文件大小:10KB

文件格式:ZIP

更新时间:2024-04-16 19:03:20

python middleware django logging django-rest-framework

django-custom-logging 用于自定义格式日志记录的Django中间件 :warning: 当前仅支持预发行版本。 安装 安装套件 python -m pip install django-custom-logging 在设置文件中向MIDDLEWARE添加足够的中间件 MIDDLEWARE = ( # other middlewares ... "django-custom-logging.middleware.capture_request" , ) 可用的中间件: capture_request (待定) 在设置文件custom_logging.filters.CustomFilter添加到LOGGING中并更新格式化程序,并在处理程序的过滤器上添加过滤器。 您应该将占位符$DJANGO_CUSTOM_LOGGING放入格式字符串,该字符串将由Cust


【文件预览】:
django-custom-logging-master
----setup.py(1KB)
----.gitignore(2KB)
----pyproject.toml(98B)
----src()
--------custom_logging()
----MANIFEST.in(85B)
----LICENSE(1KB)
----setup.cfg(77B)
----.github()
--------workflows()
----README.md(3KB)
----tests()
--------__init__.py(0B)
--------test_middlewares.py(652B)
----tox.ini(282B)

网友评论