mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
revendor logrus and x/crypto
this fixes the issue that was blocking a test from running on ppc64le. the logrus revendor changes the color code used in that same test, so that breaks the test for all platforms (updated in this pr) Signed-off-by: Christy Perez <christy@linux.vnet.ibm.com>
This commit is contained in:
parent
bb0e8ee51c
commit
008b217844
47 changed files with 5143 additions and 2661 deletions
2
vendor/github.com/sirupsen/logrus/exported.go
generated
vendored
2
vendor/github.com/sirupsen/logrus/exported.go
generated
vendored
|
@ -31,7 +31,7 @@ func SetFormatter(formatter Formatter) {
|
|||
func SetLevel(level Level) {
|
||||
std.mu.Lock()
|
||||
defer std.mu.Unlock()
|
||||
std.setLevel(level)
|
||||
std.SetLevel(level)
|
||||
}
|
||||
|
||||
// GetLevel returns the standard logger level.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue