Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-docs/pull/210#discussion_r138633409
--- Diff: guide/start/running.md ---
@@ -182,7 +182,7 @@ Apache Brooklyn should now have been installed and be
running as a system servic
$ systemctl start|stop|restart|status brooklyn
{% 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 --
Would keep only `brooklyn.(debug|info).log` and link to the `paths.html`
page
---