-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
The logging here is mostly print statements. It should instead move to using the self.log
object in the Configurable. And output in appropriate levels (debug, info and exception)
Definition of done
- Move all functions into the class so they can use
self.log
- Print output of
xfs_*
toself.error
if return code is 0, else print only to debug stream. - No more
print
statements left - Make choices that reduce overall number of log lines printed
Metadata
Metadata
Assignees
Labels
No labels