You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This library is distributed as 'fluent-logger' python package. Please execute th
19
19
20
20
## Configuration
21
21
22
-
Fluent daemon must be lauched with the following configuration:
22
+
Fluentd daemon must be lauched with the following configuration:
23
23
24
24
<source>
25
25
type tcp
@@ -36,7 +36,7 @@ Fluent daemon must be lauched with the following configuration:
36
36
37
37
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.
38
38
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.
0 commit comments