Project

General

Profile

action #45473

Updated by mloviska about 5 years ago

## Motivation 
 Debug logs help to investigate failures, to increase logging level for the YaST modules, we need setting same env variable as for installer, namely `Y2DEBUG=1` 
 This will provide required info for the developers when not able to reproduce an issue. 

 ## Acceptance criteria 
 1. All YaST modules are started with Y2DEBUG=1 env variable 

 ## Suggestions 
 It's should be possible just to set this variable for the root once, and then it will be inherited. Might need something on top in case of running modules `xdg-su`. 

 ## Documentation 
 https://en.opensuse.org/openSUSE:YaST_debugging

Back