Skip to content

Commit 45f866c

Browse files
ekoutsvkarak
authored andcommitted
Add documentation for log_sanity_results attribute
1 parent cfcffa3 commit 45f866c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/config_reference.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,6 +1143,16 @@ You may define different logger objects per system but *not* per partition.
11431143
Emit a separate log record for each performance variable.
11441144
Set this option to :obj:`True` if you want to keep compatibility with the performance logging prior to ReFrame 4.0.
11451145

1146+
.. py:attribute:: logging.log_sanity_results
1147+
1148+
:required: No
1149+
:default: ``false``
1150+
1151+
Emit log records of sanity-only tests in the performance handlers.
1152+
It is useful when you want to send data to the `httpjson <#the-httpjson-log-handler>`__ or other performance logging backends.
1153+
1154+
.. versionadded:: 4.9
1155+
11461156
.. py:attribute:: logging.target_systems
11471157
11481158
:required: No

0 commit comments

Comments
 (0)