mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 06:15:33 +00:00
Closes #6146
This commit is contained in:
@@ -15,7 +15,7 @@ const (
|
||||
|
||||
func TestParseLogLevel(t *testing.T) {
|
||||
var buf bytes.Buffer
|
||||
jsonLogger := log.NewTMJSONLogger(&buf)
|
||||
jsonLogger := log.NewTMJSONLoggerNoTS(&buf)
|
||||
|
||||
correctLogLevels := []struct {
|
||||
lvl string
|
||||
|
||||
Reference in New Issue
Block a user