2005-02-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* basic.texi: Add note about last-resort crash logging to /var/tmp
when file logging is not configured.
* quagga.info: updated build of autogenerated file
diff --git a/doc/ChangeLog b/doc/ChangeLog
index bcff827..641e156 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+ * basic.texi: Add note about last-resort crash logging to /var/tmp
+ when file logging is not configured.
+ * quagga.info: updated build of autogenerated file
+
2005-01-24 Paul Jakma <paul@dishone.st>
* quagga.info: Version bump (autogenerated)
diff --git a/doc/basic.texi b/doc/basic.texi
index cbbdea4..9c6b59a 100644
--- a/doc/basic.texi
+++ b/doc/basic.texi
@@ -116,6 +116,12 @@
logging level is not present, the default logging level (typically debugging,
but can be changed using the deprecated @code{log trap} command) will be used.
The @code{no} form of the command disables logging to a file.
+
+Note: if you do not configure any file logging, and a daemon crashes due
+to a signal or an assertion failure, it will attempt to save the crash
+information in a file named /var/tmp/quagga.<daemon name>.crashlog.
+For security reasons, this will not happen if the file exists already, so
+it is important to delete the file after reporting the crash information.
@end deffn
@deffn Command {log syslog} {}
diff --git a/doc/quagga.info b/doc/quagga.info
index b48285c..a347b41 100644
--- a/doc/quagga.info
+++ b/doc/quagga.info
Binary files differ