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:
4
.gitignore
vendored
4
.gitignore
vendored
@ -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/
|
||||
|
||||
|
Reference in New Issue
Block a user