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

Remove defunct "log_queries" option

This commit is contained in:
Oliver Walters
2020-08-15 19:52:04 +10:00
parent b8b3a933ab
commit 2bb669d7de
3 changed files with 2 additions and 8 deletions

View File

@ -63,11 +63,6 @@ static_root: '../inventree_static'
# and only if InvenTree is accessed from a local IP (127.0.0.1)
debug_toolbar: False
# Logging options
# If debug mode is enabled, set log_queries to True to show aggregate database queries in the debug console
# TODO - Remove me!
log_queries: False
# Backup options
# Set the backup_dir parameter to store backup files in a specific location
# If unspecified, the local user's temp directory will be used