mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
skip Start[ed|ing] events to avpd mix with container logs
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
committed by
Guillaume Lours
parent
fd4f2f99cf
commit
7e3993bcac
@@ -535,7 +535,7 @@ func RootCommand(dockerCli command.Cli, backendOptions *BackendOptions) *cobra.C
|
||||
ep = ui.NewPlainWriter(dockerCli.Err())
|
||||
case ui.ModeQuiet, "none":
|
||||
ui.Mode = ui.ModeQuiet
|
||||
ep = ui.NewQuiedWriter()
|
||||
ep = ui.NewQuietWriter()
|
||||
case ui.ModeJSON:
|
||||
ui.Mode = ui.ModeJSON
|
||||
logrus.SetFormatter(&logrus.JSONFormatter{})
|
||||
|
||||
Reference in New Issue
Block a user