summaryrefslogtreecommitdiff
path: root/doc/logformats.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/logformats.md')
-rw-r--r--doc/logformats.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/logformats.md b/doc/logformats.md
index 839b050..dbf2051 100644
--- a/doc/logformats.md
+++ b/doc/logformats.md
@@ -10,8 +10,10 @@ You could either make your application follow the DTail default log format, or y
The following log formats are currently available out of the box:
* `default` - The default DTail log format
-* `generic` - A generic log format with a very simple set of fields
+* `generic` - A generic log format with a simple set of fields
* `generickv` - A simple log format expecting all log lines in form of `field1=value1|field2=value2|...`
+* `csv` - A simple CSV format expecting all files a comma separated CSV file. The first line of the file must be the CSV header.
+* `custom1` and `custom2` - Customizable log formats.
### Selecting a log format