skippyPeanutButter / yaml_bot

Validate the content of a yaml file according to a set of rules
MIT License
3 stars 0 forks source link

Differentiate between normal program output and logging output #21

Open samrocketman opened 7 years ago

samrocketman commented 7 years ago

Normal program output is typically messages for a user as part of normal operation (it has nothing to do with logging). If the user encounters problems and needs more information than the normal output provides, that's when they can increase verbosity of the output with -v.

Relates to #19.