skippyPeanutButter / yaml_bot

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

Prepend loglevel of message on terminal output #20

Open skippyPeanutButter opened 7 years ago

skippyPeanutButter commented 7 years ago

Currently the loglevel of message is only specific in a logfile and not in the terminal output. In the terminal output, the loglevel of a message is determined by the color of the output text, however, not all shell environments support the escape sequence of these colors.

Acceptance criteria: