2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Turn off debug by default (#8743)

* turn off debug by default

* fix log level / debug settings for workflows

* fix typo
This commit is contained in:
Matthias Mair
2024-12-26 10:16:53 +01:00
committed by GitHub
parent d4ee8c53b2
commit da21e39e84
5 changed files with 17 additions and 9 deletions

View File

@ -23,7 +23,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INVENTREE_DB_NAME: "./test_db.sqlite"
INVENTREE_DB_ENGINE: django.db.backends.sqlite3
INVENTREE_DEBUG: info
INVENTREE_DEBUG: true
INVENTREE_LOG_LEVEL: INFO
INVENTREE_MEDIA_ROOT: ./media
INVENTREE_STATIC_ROOT: ./static
INVENTREE_BACKUP_DIR: ./backup