mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
e1e544c8c6
full diff: https://github.com/sirupsen/logrus/compare/v1.4.2...v1.6.0 - Ability to DisableHTMLEscape when using the JSON formatter - Support/fixes for go 1.14 - Many many bugfixes - Add flag to disable quotes in TextFormatter Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
7 lines
77 B
Go
7 lines
77 B
Go
// +build js
|
|
|
|
package logrus
|
|
|
|
func isTerminal(fd int) bool {
|
|
return false
|
|
}
|