diff options
| author | Abhilash Raj | 2014-10-10 07:52:17 +0530 |
|---|---|---|
| committer | Abhilash Raj | 2014-10-10 07:52:17 +0530 |
| commit | e3a856b28d53784dbf0a58af38002dbee1f26b01 (patch) | |
| tree | 879ac8b55849daecae940544ee2036938f5d7a57 /src/mailman/config/schema.cfg | |
| parent | 6ee15bca20902f79925fb2d77416d8e1614632a3 (diff) | |
| parent | 135dbdb4dc2d950a078ba9965b75d07b1c2a9e9e (diff) | |
| download | mailman-e3a856b28d53784dbf0a58af38002dbee1f26b01.tar.gz mailman-e3a856b28d53784dbf0a58af38002dbee1f26b01.tar.zst mailman-e3a856b28d53784dbf0a58af38002dbee1f26b01.zip | |
merge branch from abompard
Diffstat (limited to 'src/mailman/config/schema.cfg')
| -rw-r--r-- | src/mailman/config/schema.cfg | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/mailman/config/schema.cfg b/src/mailman/config/schema.cfg index 6ab6e939b..3316f54e0 100644 --- a/src/mailman/config/schema.cfg +++ b/src/mailman/config/schema.cfg @@ -204,11 +204,6 @@ class: mailman.database.sqlite.SQLiteDatabase url: sqlite:///$DATA_DIR/mailman.db debug: no -# Where can we find the Alembic migration scripts? The `python:` schema means -# that this is a module path relative to the Mailman 3 source installation. -# alembic_scripts: mailman.database:alembic - - [logging.template] # This defines various log settings. The options available are: # @@ -242,6 +237,8 @@ debug: no # - smtp-failure -- Unsuccessful SMTP activity # - subscribe -- Information about leaves/joins # - vette -- Message vetting information +# - database -- Database activity +# - dbmigration -- Database migrations format: %(asctime)s (%(process)d) %(message)s datefmt: %b %d %H:%M:%S %Y propagate: no @@ -306,6 +303,12 @@ failure: $msgid delivery to $recip failed with code $smtpcode, $smtpmsg [logging.vette] +[logging.database] +level: warn + +[logging.dbmigration] +level: warn + [webservice] # The hostname at which admin web service resources are exposed. |
