Add trace as a valid logging level option for mautrix bridges

bridgev2 mautrix bridges use https://github.com/tulir/zeroconfig for
logging, which does support `trace` as a logging level.
This commit is contained in:
Slavi Pantaleev
2025-01-05 09:47:57 +02:00
parent ee1acdd4be
commit f8b779f8ed
6 changed files with 6 additions and 6 deletions

View File

@ -62,7 +62,7 @@ matrix_mautrix_slack_backfill_unread_hours_threshold: 720
matrix_mautrix_slack_backfill_threads_max_initial_messages: 50
# Minimum severity of journal log messages.
# Options: debug, info, warn, error, fatal
# Options: trace, debug, info, warn, error, fatal
matrix_mautrix_slack_logging_level: 'warn'
# Database-related configuration fields.