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

@ -82,7 +82,7 @@ matrix_mautrix_whatsapp_homeserver_token: ''
matrix_mautrix_whatsapp_appservice_bot_username: whatsappbot
# Minimum severity of journal log messages.
# Options: debug, info, warn, error, fatal
# Options: trace, debug, info, warn, error, fatal
matrix_mautrix_whatsapp_logging_level: 'warn'
# Whether or not created rooms should have federation enabled.