Skip to content

Commit 25507da

Browse files
committed
Merge pull request fluent#14 from ento/fix-config-in-readme
Fix config in readme: 'tcp' input is obsolete
2 parents 89ea684 + a2b9c2d commit 25507da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ This library is distributed as 'fluent-logger' python package. Please execute th
1919

2020
## Configuration
2121

22-
Fluentd daemon must be lauched with the following configuration:
22+
Fluentd daemon must be launched with a tcp source configuration:
2323

2424
<source>
25-
type tcp
25+
type forward
2626
port 24224
2727
</source>
2828

29+
To quickly test your setup, add a matcher that logs to the stdout:
30+
2931
<match app.**>
3032
type stdout
3133
</match>

0 commit comments

Comments
 (0)