Add function to log to the utils log from the GUI process
vojtechtrefny opened this issue · 0 comments
vojtechtrefny commented
blivet-gui currently has only one log -- the blivet-utils-log
to log BlivetUtils
function calls. Unfortunately actions like changing a mountpoint for a device in installer mode are not logged, because there is no function call, it just sets the mountpoint
property. This makes debugging issues like #119 quite hard because these changes made by user are not logged.