File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ So there is no need to specify a unique path for each worker.
52
52
</match>
53
53
```
54
54
55
- This config outputs the buffer chunk files as follows. The directly ` worker{worker_id} ` is automatically created.
55
+ This config outputs the buffer chunk files as follows. The directory ` worker{worker_id} ` is automatically created.
56
56
57
57
``` text
58
58
/var/log/fluentd/buf/worker0/buffer.b58eec11d08ca8143b40e4d303510e0bb.log
@@ -81,8 +81,8 @@ then you can omit this parameter.
81
81
</match>
82
82
```
83
83
84
- This config outputs the buffer chunk files as follows. The directly ` {root_dir}/worker{worker_id}/{@id}/buffer ` is used for the path.
85
- In this case, the ` worker{worker_id} ` directly is created even for a single worker.
84
+ This config outputs the buffer chunk files as follows. The directory ` {root_dir}/worker{worker_id}/{@id}/buffer ` is used for the path.
85
+ In this case, the ` worker{worker_id} ` directory is created even for a single worker.
86
86
87
87
``` text
88
88
/var/log/fluentd/worker0/test_id/buffer/buffer.b58eec11d08ca8143b40e4d303510e0bb.log
You can’t perform that action at this time.
0 commit comments