[action] [PR:19965] Add log_format and log_date_format to pytest.ini for improved logging…#20209
Merged
mssonicbld merged 1 commit intosonic-net:202505from Aug 12, 2025
Merged
Conversation
… configuration (sonic-net#19965) Currently we have logging logs attached to allure report but these logs do not have date and time information and it makes debugging difficult when we need to align the date and time logs from allure with other logs. This change is to add customized format for the log messages that will be attached to allure report
11 tasks
Collaborator
Author
|
Original PR: #19965 |
Collaborator
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Upgrade credo sai package to the latest v0.9.9 to deliver a key fix from Credo to the community or the blackhawk phys used on Arista platform 7060dx5_64s. ADO: 29387310
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Upgrade credo sai package to the latest v0.9.9 to deliver a key fix from Credo to the community or the blackhawk phys used on Arista platform 7060dx5_64s. ADO: 29387310
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently we have logging logs attached to allure report but these logs do not have date and time information and it makes debugging difficult when we need to align the date and time logs from allure with other logs.
This change is to add customized format for the log messages that will be attached to allure report
Description of PR
Summary: customize pytest logging format for the log messages contained in allure report
Fixes # (issue)
Type of change
Back port request
Approach
Customize pytest logging format for allure report
What is the motivation for this PR?
Previously we don't have date and time information in the logs attached in allure report, this makes trouble shooting difficult, specially the failures that are time-sensitive
How did you do it?
add the log format customization in pytest configuration file
How did you verify/test it?
run a simple test to verify the log format in allure report is exactly the same as the format I defined in the pytest configuration file
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation