• D
    *: Use structured logging · a208c897
    Derek Parker 提交于
    Implements structured logging via Logrus. This gives us a logger per
    boundry that we care about, allowing for easier parsing of logs if users
    have more than one log option enabled. Also, cleans up a lot of
    conditionals in the code by simply silencing the logger at creation as
    opposed to conditionally logging everywhere.
    a208c897
command_test.go 22.0 KB