Skip to content

Commit 1c51fe2

Browse files
committed
Merge branch 'master' into moriyoshi/usable-logger-handler
2 parents 546983c + 9f5d664 commit 1c51fe2

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
@@ -19,7 +19,7 @@ This library is distributed as 'fluent-logger' python package. Please execute th
1919

2020
## Configuration
2121

22-
Fluent daemon must be lauched with the following configuration:
22+
Fluentd daemon must be lauched with the following configuration:
2323

2424
<source>
2525
type tcp
@@ -36,7 +36,7 @@ Fluent daemon must be lauched with the following configuration:
3636

3737
First, you need to call logger.setup() to create global logger instance. This call needs to be called only once, at the beggining of the application for example.
3838

39-
By default, the logger assumes fluent daemon is launched locally. You can also specify remote logger by passing the options.
39+
By default, the logger assumes fluentd daemon is launched locally. You can also specify remote logger by passing the options.
4040

4141
from fluent import sender
4242

0 commit comments

Comments
 (0)