mirror of https://github.com/docker/docs.git
Merge pull request #2336 from dgageot/better-logs
Plugin's stdout shouldn't show `OUT`
This commit is contained in:
commit
ffbcd35993
|
@ -19,7 +19,7 @@ var (
|
|||
)
|
||||
|
||||
const (
|
||||
pluginOutPrefix = "(%s) OUT | "
|
||||
pluginOutPrefix = "(%s) "
|
||||
pluginErrPrefix = "(%s) DBG | "
|
||||
PluginEnvKey = "MACHINE_PLUGIN_TOKEN"
|
||||
PluginEnvVal = "42"
|
||||
|
|
Loading…
Reference in New Issue