Skip to content

Commit ffbcd35

Browse files
committed
Merge pull request docker-archive-public#2336 from dgageot/better-logs
Plugin's stdout shouldn't show `OUT`
2 parents cee5c0c + 6de1fd1 commit ffbcd35

File tree

1 file changed

+1
-1
lines changed
  • libmachine/drivers/plugin/localbinary

1 file changed

+1
-1
lines changed

libmachine/drivers/plugin/localbinary/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var (
1919
)
2020

2121
const (
22-
pluginOutPrefix = "(%s) OUT | "
22+
pluginOutPrefix = "(%s) "
2323
pluginErrPrefix = "(%s) DBG | "
2424
PluginEnvKey = "MACHINE_PLUGIN_TOKEN"
2525
PluginEnvVal = "42"

0 commit comments

Comments
 (0)