Skip to content

Commit 55219a4

Browse files
committed
Fixed multiline_match anchor link in README.md
1 parent 1e3cd0a commit 55219a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ If you use multiline logging with raw, it's recommended to json encode the Data
182182
* `SYSLOG_TAG` - datum for tag field (default `{{.ContainerName}}+route.Options["append_tag"]`)
183183
* `SYSLOG_TIMESTAMP` - datum for timestamp field (default `{{.Timestamp}}`)
184184
* `MULTILINE_ENABLE_DEFAULT` - enable multiline logging for all containers when using the multiline adapter (default `true`)
185-
* `MULTILINE_MATCH` - determines which lines the pattern should match, one of first|last|nonfirst|nonlast, for details see: [MULTILINE_MATCH](#MULTILINE_MATCH) (default `nonfirst`)
186-
* `MULTILINE_PATTERN` - pattern for multiline logging, see: [MULTILINE_MATCH](#MULTILINE_MATCH) (default: `^\s`)
185+
* `MULTILINE_MATCH` - determines which lines the pattern should match, one of first|last|nonfirst|nonlast, for details see: [MULTILINE_MATCH](#multiline_match) (default `nonfirst`)
186+
* `MULTILINE_PATTERN` - pattern for multiline logging, see: [MULTILINE_MATCH](#multiline_match) (default: `^\s`)
187187
* `MULTILINE_FLUSH_AFTER` - maximum time between the first and last lines of a multiline log entry in milliseconds (default: 500)
188188
* `MULTILINE_SEPARATOR` - separator between lines for output (default: `\n`)
189189

0 commit comments

Comments
 (0)