diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-20 15:25:22 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-20 15:25:22 +0000 |
commit | b349d65c345150836916fa489323247692368b6c (patch) | |
tree | 274bc34dc9809833814450f38a38e8f4cf6ee07c /doc/bugs.html | |
parent | 0f43215394e670125d94c9c9f028dc7b21aca843 (diff) | |
download | rsyslog-b349d65c345150836916fa489323247692368b6c.tar.gz rsyslog-b349d65c345150836916fa489323247692368b6c.tar.xz rsyslog-b349d65c345150836916fa489323247692368b6c.zip |
added bug to bugs document
Diffstat (limited to 'doc/bugs.html')
-rw-r--r-- | doc/bugs.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/bugs.html b/doc/bugs.html index ae4fb4fd..7c3b8061 100644 --- a/doc/bugs.html +++ b/doc/bugs.html @@ -11,9 +11,12 @@ bug tracker at sourceforge.net</a>. This list here contains more architectural things while the bug tracker most often lists things that you will actually
experience. I am working to combine the two lists, but for now you need to visit
both.</p>
-<p>This list has last been updated on 2005-08-02 by
+<p>This list has last been updated on 2005-09-20 by
<a href="http://www.adiscon.com/en/people/rainer-gerhards.php">Rainer Gerhards</a>.</p>
<h1>rsyslogd</h1>
+<h2>Property-Based Filters</h2>
+<p>If you forget to specify the quotes around "value" in a property-based filter,
+rsyslogd segfaults immediately upon startup. Due to be fixed soon.</p>
<h2>REPEATED LOG LINES
</h2>
<p>If multiple log lines with the exact same content are received,
|