Updated Branches: refs/heads/master b59e5787a -> 99cbe3aff
CLOUDSTACK-2103: correcting documentation to reflect /var/log/cloudstack instead of /var/log/cloud for new installations Signed-off-by: Chip Childers <chip.child...@gmail.com> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/99cbe3af Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/99cbe3af Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/99cbe3af Branch: refs/heads/master Commit: 99cbe3aff42d43ddc656bac5df07d1d209e7fd42 Parents: b59e578 Author: Chip Childers <chip.child...@gmail.com> Authored: Fri Apr 19 14:35:12 2013 +0100 Committer: Chip Childers <chip.child...@gmail.com> Committed: Fri Apr 19 14:35:12 2013 +0100 ---------------------------------------------------------------------- .../troubleshooting-working-with-server-logs.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/99cbe3af/docs/en-US/troubleshooting-working-with-server-logs.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/troubleshooting-working-with-server-logs.xml b/docs/en-US/troubleshooting-working-with-server-logs.xml index 1017bf5..fa0f78c 100644 --- a/docs/en-US/troubleshooting-working-with-server-logs.xml +++ b/docs/en-US/troubleshooting-working-with-server-logs.xml @@ -24,10 +24,10 @@ <section id="troubleshooting-working-with-server-logs"> <title>Working with Server Logs</title> - <para>The &PRODUCT; Management Server logs all web site, middle tier, and database activities for diagnostics purposes in /var/log/cloud/management/. The &PRODUCT; logs a variety of error messages. We recommend this command to find the problematic output in the Management Server log:.</para> + <para>The &PRODUCT; Management Server logs all web site, middle tier, and database activities for diagnostics purposes in /var/log/cloudstack/management/. The &PRODUCT; logs a variety of error messages. We recommend this command to find the problematic output in the Management Server log:.</para> <note><para>When copying and pasting a command, be sure the command has pasted as a single line before executing. Some document viewers may introduce unwanted line breaks in copied text.</para></note> <programlisting> - grep -i -E 'exception|unable|fail|invalid|leak|warn|error' /var/log/cloud/management/management-server.log + grep -i -E 'exception|unable|fail|invalid|leak|warn|error' /var/log/cloudstack/management/management-server.log </programlisting> <para>The &PRODUCT; processes requests with a Job ID. If you find an error in the logs and you are interested in debugging the issue you can grep for this job ID in the management server log. For example, suppose that you find the following ERROR message:</para> <programlisting> @@ -37,5 +37,5 @@ <programlisting> grep "job-1076)" management-server.log </programlisting> - <para>The &PRODUCT; Agent Server logs its activities in /var/log/cloud/agent/.</para> + <para>The &PRODUCT; Agent Server logs its activities in /var/log/cloudstack/agent/.</para> </section>