Pull Requests | Issues | v1.16.0...v1.17.0
Features
#982 #983 Support setting the log coloring
#976 #979 Disable the progress bar by default
Support setting the log coloring
Support setting the log coloring by the environment variable AQUA_LOG_COLOR
.
$ export AQUA_LOG_COLOR=always|auto|never
aqua uses sirupsen/logrus.
About the color setting, please see logrus#formtter too.
Disable the progress bar by default
The progress bar is disabled by default, because the progress bar isn't essential but it may cause some trouble depending on the environment.
You can enable it by setting the environment variable AQUA_PROGRESS_BAR
to true
.
$ export AQUA_PROGRESS_BAR=true