Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-docs/pull/210#discussion_r138633454
--- Diff: guide/start/running.md ---
@@ -195,7 +195,7 @@ Apache Brooklyn should now have been installed and be
running as a system servic
$ sudo service brooklyn start|stop|restart|status
{% endhighlight %}
-The application should then output its logs to
`/var/log/brooklyn/apache-brooklyn.debug.log` and
`/var/log/brooklyn/apache-brooklyn.info.log`.
+The application should then output its logs to
`/var/log/brooklyn/brooklyn.debug.log` and
`/var/log/brooklyn/brooklyn.info.log`.
--- End diff --
Same as above
---