去掉stdout 日志颜色,以便executor只获取到日志正文
This commit is contained in:
@@ -38,8 +38,8 @@ func init() {
|
||||
FullTimestamp: true,
|
||||
TimestampFormat: "2006-01-02.15:04:05",
|
||||
ForceFormatting: true,
|
||||
ForceColors: true,
|
||||
DisableColors: false,
|
||||
ForceColors: false,
|
||||
DisableColors: true,
|
||||
}
|
||||
fileFormatter = &prefixed.TextFormatter{
|
||||
FullTimestamp: true,
|
||||
|
||||
Reference in New Issue
Block a user