diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-04-26 14:50:18 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-04-26 14:50:18 +0000 |
commit | a610dc43cdd756478f65f0c4889eb3dea3706153 (patch) | |
tree | 8ea26272930d090e9322160a42ee28e65bcfa069 /doc | |
parent | d1308fa6352866f1664dba895fd3298f8eb8eebf (diff) |
There's a TRACE loglevel now, which is even more noisy than DEBUG. and update TODO
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pingd.conf.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pingd.conf.pod b/doc/pingd.conf.pod index 50c2a5b..aa1d7b3 100644 --- a/doc/pingd.conf.pod +++ b/doc/pingd.conf.pod @@ -630,7 +630,7 @@ File to write logs to. This file is reopened on SIGHUP. =item B<loglevel> Minimum severity of messages to include in log file. Possible values are -B<debug>, B<info>, B<notice>, B<warning>, B<error>, B<critical>, B<alert>, and +B<trace>, B<debug>, B<info>, B<notice>, B<warning>, B<error>, B<critical>, B<alert>, and B<emergency>. Default: 'loglevel' => 'info', |