Closed dpordomingo closed 5 years ago
caused by https://github.com/src-d/sourced-ce/issues/142
bblfsh-web command is now using flag and github.com/sirupsen/logrus instead of our standard go-cli, so it's not possible to control the logging level from the outside with env variables as it would be desirable.
bblfsh-web
flag
github.com/sirupsen/logrus
go-cli
We could maybe migrate to go-cli.
caused by https://github.com/src-d/sourced-ce/issues/142
bblfsh-web
command is now usingflag
andgithub.com/sirupsen/logrus
instead of our standardgo-cli
, so it's not possible to control the logging level from the outside with env variables as it would be desirable.We could maybe migrate to
go-cli
.