Project

General

Profile

action #105064

Updated by livdywan over 2 years ago

## Motivation 
 See #96551 

 ## Acceptance criteria 
 * **AC1:** The most verbose logging calls on active openQA instances like OSD have been reduced in verbosity 

 ## Suggestions 
 * Call `journalctl -f` on osd and look for what appears to be repeated most often and either remove those calls or change to log_trace 
 - Revisit previous tickets where we increased logging 
   - #94531 
 - Look for redundant messages in the sense that they never really change and aren't that useful 
 - Focus especially on debug messages 
 - Consider all services (also scheduler, web sockets, …)

Back