summaryrefslogtreecommitdiffstats
path: root/peekaboo.conf.sample
diff options
context:
space:
mode:
authorMichael Weiser <michael.weiser@gmx.de>2019-04-16 11:48:36 +0000
committerMichael Weiser <michael.weiser@gmx.de>2019-04-16 11:48:36 +0000
commit1cf035e8c99d3cb850096d545a926bc5ad9b8d76 (patch)
treef0a53ff87e1d6e8c6b77a09ed8c408d2f47bfde0 /peekaboo.conf.sample
parentc9560a27247c00cd44bf0cf391c94f5d06c5811d (diff)
Add option to enable database debug logging
Add a new option log_level in the db section of the configuration file to enable additional SQLAlchemy debug logging to aid in problem diagnosis.
Diffstat (limited to 'peekaboo.conf.sample')
-rw-r--r--peekaboo.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/peekaboo.conf.sample b/peekaboo.conf.sample
index cf27c75..acccf58 100644
--- a/peekaboo.conf.sample
+++ b/peekaboo.conf.sample
@@ -57,6 +57,11 @@
# PostgreSQL
# url : postgresql://user:password@host:port/database
+# Enable additional logging by the SQLAlchemy database module beyond Peekaboo's
+# own logging. Can be considered another set of debug logging even beyond
+# Peekaboo's DEBUG log level.
+#log_level : WARNING
+
#
# Cuckoo specific settings
#