You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
206 B

  1. package config
  2. import (
  3. // We can't use github.com/tendermint/tendermint/logger
  4. // because that would create a dependency cycle.
  5. "github.com/tendermint/log15"
  6. )
  7. var log = log15.New("module", "config")