bblfsh / web

Web client for Babelfish server
http://dashboard.bblf.sh
GNU General Public License v3.0
23 stars 21 forks source link

Read the logging level from an environment var #221

Closed dpordomingo closed 5 years ago

dpordomingo commented 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.

We could maybe migrate to go-cli.