gruntwork-io / boilerplate

A tool for generating files and folders ("boilerplate") from a set of templates
https://www.gruntwork.io
Mozilla Public License 2.0
158 stars 12 forks source link

Implement logger with logging levels #82

Open yorinasub17 opened 2 years ago

yorinasub17 commented 2 years ago

The current logger in boilerplate only supports Printf with no logging levels. We should replace it with a logger that supports logging levels so that user can control the verbosity of the logs.

yorinasub17 commented 2 years ago

When implemented, go through the logger-debug comments to switch those to debug logs.