Skip to content

Improve logging #45

@yuvipanda

Description

@yuvipanda

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_* to self.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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions