File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
docs/log-data-in-reportportal/test-framework-integration/Python Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff 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 ` ).
You can’t perform that action at this time.
0 commit comments