Updated Branches: refs/heads/4.1 29e1cb5ea -> 7abd0d03b
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/7abd0d03 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7abd0d03 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7abd0d03 Branch: refs/heads/4.1 Commit: 7abd0d03be27d2946617504b70d2b6cc055f5bb1 Parents: 29e1cb5 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:45 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/7abd0d03/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>