diff options
Diffstat (limited to 'src/mailman/config/schema.cfg')
| -rw-r--r-- | src/mailman/config/schema.cfg | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mailman/config/schema.cfg b/src/mailman/config/schema.cfg index 7b5e26a7f..c7a63e794 100644 --- a/src/mailman/config/schema.cfg +++ b/src/mailman/config/schema.cfg @@ -204,9 +204,6 @@ class: mailman.database.sqlite.SQLiteDatabase url: sqlite:///$DATA_DIR/mailman.db debug: no -# The module path to the migrations modules. -migrations_path: mailman.database.schema - [logging.template] # This defines various log settings. The options available are: # @@ -229,6 +226,7 @@ migrations_path: mailman.database.schema # - archiver -- All archiver output # - bounce -- All bounce processing logs go here # - config -- Configuration issues +# - database -- Database logging (SQLAlchemy and Alembic) # - debug -- Only used for development # - error -- All exceptions go to this log # - fromusenet -- Information related to the Usenet to Mailman gateway @@ -255,6 +253,9 @@ path: bounce.log [logging.config] +[logging.database] +level: warn + [logging.debug] path: debug.log level: info @@ -532,7 +533,7 @@ register_bounces_every: 15m # following values. # The class implementing the IArchiver interface. -class: +class: # Set this to 'yes' to enable the archiver. enable: no |
