cnti-testcatalog / testsuite

📞📱☎️📡🌐 Cloud Native Telecom Initiative (CNTI) Test Catalog is a tool to check for and provide feedback on the use of K8s + cloud native best practices in networking applications and platforms
https://wiki.lfnetworking.org/display/LN/Test+Catalog
Apache License 2.0
169 stars 70 forks source link

[Feature] Separate console output from logs #2000

Closed martin-mat closed 1 month ago

martin-mat commented 2 months ago

Is your feature request related to a problem? Please describe. Informational console output with test execution progress and result is mixed with logs. Due to this, it is not possible run testsuite with higher level logs (info, debug) and still have good console feedback from execution progress.

Describe the solution you'd like Introduce possibility to direct logs to a file. Perhaps it would be good to direct logs to a file by default, in similar manner as it is now done with results/*yaml.

Describe alternatives you've considered

How will this be tested? aka Acceptance Criteria (optional)

(optional: unnecessary for things like some version bumps etc.)

Once this issue is addressed how will the fix be verified?

Additional context