mirror of https://github.com/sirupsen/logrus.git
fix broken test
This commit is contained in:
parent
843e0aaa75
commit
fb62dbe2f2
|
@ -24,5 +24,5 @@ func ExampleJSONFormatter_CallerPrettyfier() {
|
||||||
}
|
}
|
||||||
l.Info("example of custom format caller")
|
l.Info("example of custom format caller")
|
||||||
// Output:
|
// Output:
|
||||||
// {"file":"example_custom_caller_test.go","func":"ExampleCustomFormatter","level":"info","msg":"example of custom format caller"}
|
// {"file":"example_custom_caller_test.go","func":"ExampleJSONFormatter_CallerPrettyfier","level":"info","msg":"example of custom format caller"}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue