Skip to content

Commit 0531e50

Browse files
authored
Update pytest.md
1 parent 0052f7a commit 0531e50

File tree

1 file changed

+1
-0
lines changed
  • docs/log-data-in-reportportal/test-framework-integration/Python

1 file changed

+1
-0
lines changed

docs/log-data-in-reportportal/test-framework-integration/Python/pytest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ The following parameters are optional:
7676
- `rp_log_batch_payload_limit = 65000000` - maximum payload size in bytes of async batch log requests.
7777
- `rp_log_level = INFO` - The log level that will be reported.
7878
- `rp_log_format = [%(levelname)7s] (%(name)s) %(message)s (%(filename)s:%(lineno)s)` - Format string to be used for logs sent to the service.
79+
- `rp_log_custom_levels = 35:ASSUMPTION 37:ASSERTION` - Custom log levels specified as 'int level:string'. Overrides existing level if int level matches.
7980
- `rp_ignore_attributes = 'xfail' 'usefixture'` - Ignore specified pytest markers.
8081
- `rp_is_skipped_an_issue = False` - Treat skipped tests as required investigation. Default `True`.
8182
- `rp_hierarchy_dirs_level = 0` - Directory starting hierarchy level (from pytest.ini level) (default `0`).

0 commit comments

Comments
 (0)