Optimize console output
Closed this issue · 0 comments
Zebiano commented
Various times, things like the following appear in the console:
[TASK] Checking for setup updates...
[INFO] ./config/config.ini updated
Checked/Updated!
[TASK] Searching for config/config.ini... Found!
Ideally, it would look like this:
[TASK] Checking for setup updates...
[INFO] ./config/config.ini updated
[DONE] Checked/Updated!
[TASK] Searching for config/config.ini... Found!
And this is just one example. It happens pretty often and it's not pretty to look at at all. Even better would be to also fix the Check/Updated
to being one or the other, depending on the situation.