summaryrefslogtreecommitdiffstats
path: root/source/configuration/input_directives/rsconf1_droptrailinglfonreception.rst
blob: 1f691954ba13dd779fe600141d75c4011a87c8c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$DropTrailingLFOnReception
--------------------------

**Type:** global configuration parameter

**Default:** on

**Description:**

Syslog messages frequently have the line feed character (LF) as the last
character of the message. In almost all cases, this LF should not really
become part of the message. However, recent IETF syslog standardization
recommends against modifying syslog messages (e.g. to keep digital
signatures valid). This option allows to specify if trailing LFs should
be dropped or not. The default is to drop them, which is consistent with
what sysklogd does.

**Sample:**

``$DropTrailingLFOnReception on``