Skip to content

Commit 5395fc6

Browse files
authored
Update golang-output-plugins.md
Signed-off-by: Lynette Miles <6818907+esmerel@users.noreply.github.com>
1 parent 147fe08 commit 5395fc6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

development/golang-output-plugins.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ To build the code, use the following line:
7878
go build -buildmode=c-shared -o out_gstdout.so out_gstdout.go
7979
```
8080

81-
Once built, a shared library called `out_gstdout.so` will be available. Confirm the
82-
final `.so` file is as expected. When you use the `ldd` over the library should see
83-
something similar to this:
81+
Once built, a shared library called `out_gstdout.so` will be available. Confirm the final `.so` file is as expected. When you use the `ldd` over the library should see something similar to this:
8482

8583
```shell
8684
$ ldd out_gstdout.so
@@ -173,8 +171,7 @@ The following configuration keys are reserved by Fluent Bit and must not be used
173171

174172
### Run using a configuration file
175173

176-
You can load a main configuration file using `-c` option.
177-
Note: No need to specify a plugins configuration file from command line.
174+
You can load a main configuration file using `-c` option. You don't need to specify a plugins configuration file from command line.
178175

179176
```text
180177
fluent-bit -c fluent-bit.conf

0 commit comments

Comments
 (0)