From 3468622aa5bc2cd76f6f7e48d723198a83dc95ba Mon Sep 17 00:00:00 2001
From: "Brian S. Stephan" <bss@incorporeal.org>
Date: Sat, 18 Feb 2023 18:37:59 -0600
Subject: [PATCH] set pytest settings to aid testing

---
 tox.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tox.ini b/tox.ini
index 9bb769e..aa61787 100644
--- a/tox.ini
+++ b/tox.ini
@@ -194,5 +194,6 @@ python_files =
     *_tests.py
     tests.py
     test_*.py
+log_level=DEBUG
 DJANGO_SETTINGS_MODULE = dr_botzo.settings
 django_find_project = false