[GRASS-SVN] r33755 - grass/branches/develbranch_6/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Oct 8 04:33:20 EDT 2008
Author: neteler
Date: 2008-10-08 04:33:20 -0400 (Wed, 08 Oct 2008)
New Revision: 33755
Modified:
grass/branches/develbranch_6/lib/init/variables.html
Log:
explained new GIS_ERROR_LOG variable (not sure about GISBASE/GIS_ERROR_LOG) (merge)
Modified: grass/branches/develbranch_6/lib/init/variables.html
===================================================================
--- grass/branches/develbranch_6/lib/init/variables.html 2008-10-08 08:33:06 UTC (rev 33754)
+++ grass/branches/develbranch_6/lib/init/variables.html 2008-10-08 08:33:20 UTC (rev 33755)
@@ -125,8 +125,16 @@
<br>
<dt>GRASS_BATCH_JOB</dt>
<dd>defines the name (path) of a shell script to be processed as batch job.</dd>
-
+
<br>
+ <dt>GRASS_ERROR_LOG</dt>
+ <dd>If set, $GIS_ERROR_LOG should be the absolute path to the log file (a
+ relative path will be interpreted relative to the process' cwd, not
+ the cwd at the point the user set the variable). If not set,
+ $HOME/GIS_ERROR_LOG is used instead. The file will only be used if
+ it already exists.</dd>
+
+ <br>
<dt>GRASS_ERROR_MAIL</dt>
<dd>set to any value to send user mail on an error or warning that
happens while stderr is being redirected.</dd>
@@ -571,7 +579,8 @@
<dt>$HOME/GIS_ERROR_LOG</dt>
<dd>if this file exists then all GRASS error and warning messages are
logged here. Applies to current user. To generate the file, use:
- <tt>touch $HOME/GIS_ERROR_LOG</tt></dd>
+ <tt>touch $HOME/GIS_ERROR_LOG</tt><br>
+ See also GIS_ERROR_LOG variable.</dd>
<br>
<dt>$GISBASE/GIS_ERROR_LOG</dt>
More information about the grass-commit
mailing list