UAL-RE / ReBACH

Python-based tool to enable data preservation to a cloud-hosted storage solution
MIT License
2 stars 2 forks source link

Feat: Add color to messages in the console (Issue #62) #65

Closed zoidy closed 1 year ago

zoidy commented 1 year ago

Description Detects whether the console supports ANSI escape sequences and if so, adds color to errors and warnings

Closes #62

Documentation Update

Implementation Notes To implement this, it required additional changes to fix the sloppy logging implementation