Project

General

Profile

action #89485

Updated by oorlov almost 3 years ago

To have better readable logs, we should be able to have separate file for REST API calls. 

 This will requires minor changes in openQA. We should consult tools team for this idea, if we make it configurable generic feature, it will be beneficial for all teams. 

 ## Ideas: 
 1. The solution should be abstract enough to not limit it to only our logs. Potentially, anyone who wants to put the output to logs, should be able to use it. 
 2. As a possible solution, the code we've introduced in `upload_widgets_json();` in `y2_base` may be moved to os-autoinst with some adjustments.

Back