Add comment to local describing how to change logger level. Also update docs to be consistent with this change.

This commit is contained in:
Col Crunch
2020-05-23 00:08:37 -04:00
parent 2d64ee5e2a
commit 6c275d4cd2
2 changed files with 23 additions and 1 deletions

View File

@@ -22,6 +22,10 @@ INSTALLED_APPS += [
]
# To change the logging level for extensions, uncomment the following line.
# LOGGING['handlers']['extension_file']['level'] = 'INFO'
# Enter credentials to use MySQL/MariaDB. Comment out to use sqlite3
DATABASES['default'] = {
'ENGINE': 'django.db.backends.mysql',