summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs/conf.rst
diff options
context:
space:
mode:
authorAurélien Bompard2014-10-07 11:19:20 +0200
committerAurélien Bompard2014-10-07 11:19:20 +0200
commit5154908cc41610c4c4d08e7acc58dc4f8dba06f1 (patch)
tree07c5a49f051410acd061a5cc8e083336ee0e2226 /src/mailman/commands/docs/conf.rst
parentb023009538019927b5fe67f129469ee8d4951f91 (diff)
downloadmailman-5154908cc41610c4c4d08e7acc58dc4f8dba06f1.tar.gz
mailman-5154908cc41610c4c4d08e7acc58dc4f8dba06f1.tar.zst
mailman-5154908cc41610c4c4d08e7acc58dc4f8dba06f1.zip
Include Alembic and SQLAlchemy logging into the Mailman logging system
Diffstat (limited to 'src/mailman/commands/docs/conf.rst')
-rw-r--r--src/mailman/commands/docs/conf.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mailman/commands/docs/conf.rst b/src/mailman/commands/docs/conf.rst
index 7b8529ac3..b3fef9db7 100644
--- a/src/mailman/commands/docs/conf.rst
+++ b/src/mailman/commands/docs/conf.rst
@@ -22,7 +22,7 @@ To get a list of all key-value pairs of any section, you need to call the
command without any options.
>>> command.process(FakeArgs)
- [logging.archiver] path: mailman.log
+ [logging.dbmigration] path: mailman.log
...
[passwords] password_length: 8
...
@@ -43,12 +43,14 @@ key, along with the names of the corresponding sections.
>>> FakeArgs.section = None
>>> FakeArgs.key = 'path'
>>> command.process(FakeArgs)
+ [logging.dbmigration] path: mailman.log
[logging.archiver] path: mailman.log
[logging.locks] path: mailman.log
[logging.mischief] path: mailman.log
[logging.config] path: mailman.log
[logging.error] path: mailman.log
[logging.smtp] path: smtp.log
+ [logging.database] path: mailman.log
[logging.http] path: mailman.log
[logging.root] path: mailman.log
[logging.fromusenet] path: mailman.log