diff options
author | ajs <ajs> | 2005-02-03 17:12:01 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-02-03 17:12:01 +0000 |
commit | 424dcf71d275311fe85dc5bf470d8dfefc8cb73e (patch) | |
tree | c65f44e203bc565977bc3ed29e901b2f7d6cb233 /doc/basic.texi | |
parent | 9f9aebda30b07db7724d275cbafab50c8ad15c4b (diff) | |
download | quagga-424dcf71d275311fe85dc5bf470d8dfefc8cb73e.tar.bz2 quagga-424dcf71d275311fe85dc5bf470d8dfefc8cb73e.tar.xz |
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
Diffstat (limited to 'doc/basic.texi')
-rw-r--r-- | doc/basic.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/basic.texi b/doc/basic.texi index cbbdea49..9c6b59a4 100644 --- a/doc/basic.texi +++ b/doc/basic.texi @@ -116,6 +116,12 @@ If the optional second argument specifying the 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} {} |