alces-software / metalware

Tools and conventions for improving bare metal machine management
Other
2 stars 0 forks source link

Reduce the warnings that are causing screen noise #422

Closed WilliamMcCumstie closed 6 years ago

WilliamMcCumstie commented 6 years ago

Based on #421, please merge it first.

To reduces the screen noise, warnings are now only printed to the screen the first time they occur. After this, they are still logged to the file but will not be shown to the user.

This provides a happy median of recording how often a warning is being issued but only showing the relevant information to the user.

Fixes #182