active
last updated:

banking_trace_dir_byte_limit

Enables the banking trace explicitly, which is enabled by default and writes trace files for simulate-leader-blocks, retaining up to the default or specified total bytes in the ledger. This flag can be used to override its byte limit."

timeline overview

introduced

v1.17.28

deprecated

n/a

removed

n/a

reactivated

n/a

raw details (from release v2.2.3):

{
  "name": "banking_trace_dir_byte_limit",
  "properties": {
    "long": "enable-banking-trace",
    "value_name": "BYTES",
    "validator": "is_parsable::<DirByteLimit>",
    "takes_value": "true",
    "default_value": "&default_args.banking_trace_dir_byte_limit",
    "help": "\n                    \"Enables the banking trace explicitly, which is enabled by default and writes \\\n                     trace files for simulate-leader-blocks, retaining up to the default or \\\n                     specified total bytes in the ledger. This flag can be used to override its \\\n                     byte limit.\",\n                "
  },
  "isDeprecated": false
}