add logging.verbose option to enable debug logging in production. (same function as MK_VERBOSE environment variable)
This commit is contained in:
parent
7db03f61b1
commit
fd5a3eb3f8
10 changed files with 43 additions and 14 deletions
|
|
@ -349,6 +349,9 @@ 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.
|
||||
|
|
|
|||
|
|
@ -295,6 +295,9 @@ allowedPrivateNetworks: [
|
|||
# # 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.
|
||||
|
|
|
|||
|
|
@ -411,6 +411,9 @@ 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.
|
||||
|
|
|
|||
|
|
@ -417,6 +417,9 @@ 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue