remove unused (and broken) logger.verbose config option

This commit is contained in:
Hazelnoot 2025-10-08 17:09:44 -04:00
parent f63a2578cc
commit 9b843181f8
5 changed files with 0 additions and 15 deletions

View file

@ -442,9 +442,6 @@ attachLdSignatureForRelays: true
# # Disable query truncation. If set to true, the full text of the query will be output to the log.
# # default: false
# disableQueryTruncation: false
# # Shows debug log messages after instance startup. To capture earlier debug logs, set the MK_VERBOSE environment variable.
# # default: false in production, true otherwise.
# #verbose: false
# Settings for the activity logger, which records inbound activities to the database.
# Disabled by default due to the large volume of data it saves.