Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-docs/pull/210#discussion_r138633481
--- Diff: guide/start/running.md ---
@@ -205,19 +205,19 @@ The application should then output its logs to
`/var/log/brooklyn/apache-brookly
Now start Apache Brooklyn with the following command:
{% highlight bash %}
-$ bin/brooklyn launch
+$ bin/start
{% endhighlight %}
-The application should then output its log into the console and also
`apache-brooklyn.debug.log` and `apache-brooklyn.info.log`
+The application should then output its log to
`./data/log/brooklyn.debug.log` and `./data/log/brooklyn.info.log`
--- End diff --
Same as above
---