2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Add structlog (#7937)

* Add structlog
Closes #3960

* fix formatting

* make log writing optional

* ignore logfiles

* fix variable naming
This commit is contained in:
Matthias Mair
2024-11-19 09:48:20 +01:00
committed by GitHub
parent ecec51f8de
commit e4a39692ff
6 changed files with 97 additions and 9 deletions

4
.gitignore vendored
View File

@ -88,6 +88,10 @@ env/
src/backend/InvenTree/InvenTree/locale_stats.json
src/backend/InvenTree/InvenTree/licenses.txt
# Logs
src/backend/InvenTree/logs.json
src/backend/InvenTree/logs.log
# node.js
node_modules/