summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-03-20 12:41:46 +0100
committerGergely Nagy <algernon@balabit.hu>2012-03-20 12:41:46 +0100
commit1ea13dc3dc4e2b089b35fcd687fde83754a41d25 (patch)
tree5f104f49bcc4243ab2d009d623677ca465d07155 /README.rst
parent91a80a8edd10ff888d4bb34b283a9dadf440efce (diff)
downloadlibumberlog-1ea13dc3dc4e2b089b35fcd687fde83754a41d25.tar.gz
libumberlog-1ea13dc3dc4e2b089b35fcd687fde83754a41d25.tar.xz
libumberlog-1ea13dc3dc4e2b089b35fcd687fde83754a41d25.zip
README: Remove the list of additional fields.
The list of additional fields will be maintained elsewhere in the documentation (in the man page), remove it from the README, as it was outdated anyway. Signed-off-by: Gergely Nagy <algernon@balabit.hu>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 741a677..403b992 100644
--- a/README.rst
+++ b/README.rst
@@ -22,11 +22,7 @@ limitations.
* It overrides **syslog()** (and **vsyslog()**), but does NOT extend
those APIs. It merely turns a legacy syslog message into something
that has a CEE payload, and unless turned off, it adds a few
- automatically discovered fields (at the moment, these are *pid*,
- *facility* and *priority* and *program*; *timestamp*, *uid*, *gid*
- and *thread-id* are easy to collect aswell, the rest not so much,
- but suggestions welcome. I do want to keep this list reasonably
- short, and the costy discoveries will be toggleable).
+ automatically discovered fields.
* It provides **cee_syslog()** (and **cee_vsyslog()**), which do the
same as the `syslog()` call, have the same auto-discovery mechanism,
but they also allow adding arbitrary key-value pairs.