avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
345 stars 343 forks source link

docs: improve 'all' stream and 'full.log' docs #6050

Open smitterl opened 1 month ago

smitterl commented 1 month ago

Add a few sentences that hopefully help to understand which file to look into for the 'legacy' behavior of the job.log, e.g. in 93lts.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 54.46%. Comparing base (d5569ca) to head (63f49c1). Report is 7 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6050 +/- ## ========================================== - Coverage 54.47% 54.46% -0.01% ========================================== Files 202 202 Lines 21874 21885 +11 ========================================== + Hits 11915 11919 +4 - Misses 9959 9966 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

richtja commented 3 weeks ago

Hi @smitterl, thank you for this, documentation updates are always welcome. Can you please give me more details about what are you missing in the documentation? Because your updates are related to full.log file and all stream and that should be always enabled, even if users use --store-logging-stream option, and that is described in here. Maybe instead of talking about all stream, we just need to add links to the full.log description.