File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -330,11 +330,11 @@ def pytest_collection_finish(session):
330
330
region = [unmarshal_az_override (az ) for az in region ]
331
331
# Use the first element of the list of regions, since there must be at least one
332
332
reporting_region = get_reporting_region (region [0 ])
333
- logging .info (f"Metadata reporting region { reporting_region } " )
333
+ logging .debug (f"Metadata reporting region { reporting_region } " )
334
334
# Setup the metadata table in case it doesn't exist
335
335
MetadataTableManager (reporting_region , METADATA_TABLE ).create_metadata_table ()
336
336
except Exception as exc :
337
- logging .info (f"There was a '{ type (exc )} ' error with '{ exc } ' when creating the table!" )
337
+ logging .error (f"There was a '{ type (exc )} ' error with '{ exc } ' when creating the table!" )
338
338
339
339
340
340
def _log_collected_tests (session ):
You can’t perform that action at this time.
0 commit comments