Closed EgorBu closed 5 years ago
I agree that this can be greatly improved. Your feedback here is valuable, so: what kind of message would you have liked to read there?
It's hard work but ideally, the error message should contain hints about how to solve the problem:
FATA[0000] bla bla
This could happen in several cases:
* try to check that you have permissions
* try to launch with sudo
* try to change this env variable VARIABLE
Hi, It would be great to improve logging. For example - I tried to initialize
gitbase
and got:Fortunately - I found this path in doc and changed
GITBASE_INDEX_DIR
. But it's definitely not obvious.For example, it could contain a suggestion what possibly could be the reason for the error:
from here.