Skip to main content
Version: 2.0 (deprecated)

reporting


V1 reporting config.

Backend: ``

Config section: [reporting]

Basic options

None

Advanced options

None

Deprecated options

console_label_format

--reporting-console-label-format="{'key1': val1, 'key2': val2, ...}"
PANTS_REPORTING_CONSOLE_LABEL_FORMAT
pants.toml
[reporting.console_label_format]
key1 = val1
key2 = val2
...
default: {}
Deprecated, will be removed in version: 2.1.0.dev0.
This option is no longer applicable. The `[reporting]` subsystem will be removed.

DEPRECATED: This option is no longer applicable.

console_tool_output_format

--reporting-console-tool-output-format="{'key1': val1, 'key2': val2, ...}"
PANTS_REPORTING_CONSOLE_TOOL_OUTPUT_FORMAT
pants.toml
[reporting.console_tool_output_format]
key1 = val1
key2 = val2
...
default: {}
Deprecated, will be removed in version: 2.1.0.dev0.
This option is no longer applicable. The `[reporting]` subsystem will be removed.

DEPRECATED: This option is no longer applicable.

reports_dir

--reporting-reports-dir=<str>
PANTS_REPORTING_REPORTS_DIR
pants.toml
[reporting]
reports_dir = <str>
default: None
Deprecated, will be removed in version: 2.1.0.dev0.
This option is no longer applicable. The `[reporting]` subsystem will be removed.

DEPRECATED: This option is no longer applicable.

template_dir

--reporting-template-dir=<str>
PANTS_REPORTING_TEMPLATE_DIR
pants.toml
[reporting]
template_dir = <str>
default: None
Deprecated, will be removed in version: 2.1.0.dev0.
This option is no longer applicable. The `[reporting]` subsystem will be removed.

DEPRECATED: This option is no longer applicable.

None