aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorkaf24@localhost.localdomain <kaf24@localhost.localdomain>2006-08-28 13:05:00 +0100
committerkaf24@localhost.localdomain <kaf24@localhost.localdomain>2006-08-28 13:05:00 +0100
commitb643712258af9e56dad4d3e8379548fecafb1090 (patch)
treeee6d93474f9f78bd02b97cc395f6b24f9b782bdf /docs
parent10a74ed0a21af7578b62582c4e43c1312eb25fdd (diff)
downloadxen-b643712258af9e56dad4d3e8379548fecafb1090.tar.gz
xen-b643712258af9e56dad4d3e8379548fecafb1090.tar.bz2
xen-b643712258af9e56dad4d3e8379548fecafb1090.zip
[XEND] Move all of the various log files created by xen to
be under /var/log/xen instead of under /var/log directly. This has the advantage of cleaning things up a little and also can make it easier to restrict the permissions needed by xend. Signed-off-by: Jeremy Katz <katzj@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/man/xend-config.sxp.pod.52
-rw-r--r--docs/misc/xend.tex4
-rw-r--r--docs/src/user.tex4
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/man/xend-config.sxp.pod.5 b/docs/man/xend-config.sxp.pod.5
index fddba9d14c..5f949dee3b 100644
--- a/docs/man/xend-config.sxp.pod.5
+++ b/docs/man/xend-config.sxp.pod.5
@@ -23,7 +23,7 @@ The following lists the daemon configuration parameters:
=item I<logfile>
The location of the file to record runtime log messages. Defaults to
-I</var/log/xend.log>.
+I</var/log/xen/xend.log>.
=item I<loglevel>
diff --git a/docs/misc/xend.tex b/docs/misc/xend.tex
index e58ae6be80..79638037e6 100644
--- a/docs/misc/xend.tex
+++ b/docs/misc/xend.tex
@@ -214,7 +214,7 @@ a sequence of s-expressions. The configuration parameters are:
Configuration scripts ({\it e.g.} for network-script) are looked for in {\tt /etc/xen}
unless their name begins with '/'.
-Xend sends its log output to {\tt /var/log/xend.log}. This is a rotating logfile,
+Xend sends its log output to {\tt /var/log/xen/xend.log}. This is a rotating logfile,
and logs are moved onto {\tt xend.log.1} {\it etc.} as they get large. Old logs may
be deleted.
@@ -411,7 +411,7 @@ allows access to some debugging functions:
\end{itemize}
When tracing is on xend logs all functions calls and exceptions to
-{\tt /var/log/xend.trace}.
+{\tt /var/log/xen/xend.trace}.
\begin{thebibliography}{99}
diff --git a/docs/src/user.tex b/docs/src/user.tex
index eeb2b26245..8b4cec9ace 100644
--- a/docs/src/user.tex
+++ b/docs/src/user.tex
@@ -973,8 +973,8 @@ using the \texttt{xm} tool.
\subsection{Logging}
-As \xend\ runs, events will be logged to \path{/var/log/xend.log} and
-(less frequently) to \path{/var/log/xend-debug.log}. These, along with
+As \xend\ runs, events will be logged to \path{/var/log/xen/xend.log} and
+(less frequently) to \path{/var/log/xen/xend-debug.log}. These, along with
the standard syslog files, are useful when troubleshooting problems.
\subsection{Configuring \Xend\ }