docs/deployment_tracker.md in vagrant-orchestrate-0.7.0.pre.4 vs docs/deployment_tracker.md in vagrant-orchestrate-0.7.0.pre.5

- old
+ new

@@ -83,9 +83,17 @@ Add the following configuration option to your Vagrantfile config.orchestrate.tracker_host = "http://deploymenttracker.mydomain.com" +## Logging + +Each line sent to Vagrant's UI (your console) will be sent to deployment tracker and +forwarded on to an appropriate log collector. The current implementation is naive and +creates an HTTP POST request for each line printed to the console. If this is causing +performance issues with your deployment, you can disable it with: + + config.orchestrate.tracker_logging_enabled = false ## Initialization vagrant orchestrate init --deployment-tracker-host http://deploymenttracker.mydomain.com