Skip to content
  • Angus Lees's avatar
    Switch logging from glog to logrus · e7f9b9fd
    Angus Lees authored
    Improve interactive output experience by switching to a logging
    library (logrus) that allows customising the output format.
    
    This also removes the glog command line flags.  Replaced with a
    simpler `--verbose`/`-v` option:
    - quiet by default (warnings and errors only)
    - `-v` for progress info
    - `-vv` for debug
    
    Fixes #34
    e7f9b9fd