mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-13 07:11:13 +00:00
removing unnecessary formatting
This commit is contained in:
@@ -17,7 +17,6 @@ const (
|
||||
// all other modules).
|
||||
//
|
||||
// Example:
|
||||
//
|
||||
// ParseLogLevel("consensus:debug,mempool:debug,*:error", log.NewTMLogger(os.Stdout), "info")
|
||||
func ParseLogLevel(lvl string, logger log.Logger, defaultLogLevelValue string) (log.Logger, error) {
|
||||
if lvl == "" {
|
||||
|
||||
Reference in New Issue
Block a user