oliashish / dkfl

A CLI tool to automation your containerization and deployment
0 stars 0 forks source link

Setup a logger for the cli tool #1

Closed oliashish closed 3 hours ago

oliashish commented 1 day ago

The aim is to use logging for showing proper information about each step to the user. Nice to have colored logs

Option 1 - env_logger with colored crate Option 2 - flexi_logger (default colored schemes)

oliashish commented 3 hours ago

Fixed in #6