From c43b5f202f797ff6b9537fde32b1bcf79b11862c Mon Sep 17 00:00:00 2001 From: borisneubert <> Date: Fri, 6 Jan 2012 19:19:02 +0000 Subject: [PATCH] Docs on log archives updated. git-svn-id: https://svn.fhem.de/fhem/trunk@1174 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/docs/commandref.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html index 2e957ed66..8162faab6 100644 --- a/fhem/docs/commandref.html +++ b/fhem/docs/commandref.html @@ -505,7 +505,7 @@ A line ending with \ will be concatenated with the next one, so long lines
getstate fl
ack:0 actuator:2 day-temp:21.5 desired-temp:22.5 [...] measured-temp:22.9 [...] - + Note: to use this command copy the file contrib/getstate/99_getstate.pm into your FHEM directory.
@@ -1099,7 +1099,9 @@ A line ending with \ will be concatenated with the next one, so long lines Specify the logfile to write. You can use "-" for stdout, in this case the server won't background itself.
The logfile name can also take wildcards for easier logfile rotation, - see the FileLog section. + see the FileLog section. Just apply the + archivecmd / archivedir / nrarchive attributes to the + global device as you would do for a FileLog device.
@@ -7654,9 +7656,10 @@ href="http://www.elv.de/output/controller.aspx?cid=74&detail=10&detail2=29870">U shell command (no enclosing " is needed), and each % in the command will be replaced with the name of the old logfile.
- If this attribute is not set, but nrarchive and/or archivecmd is set, - then all superfluous logfiles will be moved to archivedir (or deleted if - archivedir is not set).
+ If this attribute is not set, but nrarchive and/or archivecmd are set, + then nrarchive logfiles are kept while older ones are moved to + archivedir (or deleted if archivedir is not set). +
  • disable