diff options
| author | Barry Warsaw | 2014-10-12 18:35:30 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2014-10-12 18:35:30 -0400 |
| commit | b8715f08a812906fe02289fe4213667ca8f0437e (patch) | |
| tree | 13b8896c85d53d4c03748cb8a79d819891523b30 /src/mailman/commands/docs | |
| parent | 30f3a57ff27ce762cab6764d44955665d3c240ed (diff) | |
| download | mailman-b8715f08a812906fe02289fe4213667ca8f0437e.tar.gz mailman-b8715f08a812906fe02289fe4213667ca8f0437e.tar.zst mailman-b8715f08a812906fe02289fe4213667ca8f0437e.zip | |
Add the [logging.database] section and use it to configure the SQLAlchemy and
Alembic loggers.
Diffstat (limited to 'src/mailman/commands/docs')
| -rw-r--r-- | src/mailman/commands/docs/conf.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/commands/docs/conf.rst b/src/mailman/commands/docs/conf.rst index 7b8529ac3..2f708edc5 100644 --- a/src/mailman/commands/docs/conf.rst +++ b/src/mailman/commands/docs/conf.rst @@ -49,6 +49,7 @@ key, along with the names of the corresponding sections. [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 |
