Zero King
Zero King
Please report this to https://github.com/fluent/fluent-bit. It is unlikely to be a problem on the Go side.
Search for `cb_exit_ctx` in Fluent Bit source code, it was refactored in https://github.com/fluent/fluent-bit/commit/83686a59438d3479ed3874e098496bdd6a0c6ce1.
See https://github.com/fluent/fluent-bit/issues/1421, which is resolved in Fluent Bit v1.4.
See #8, logging to main Log_File is not supported in a Go plugin. PRs welcome.
It's not injected by Fluent Bit. Instead, Fluent Bit itself also checks this environment variable. https://github.com/fluent/fluent-bit/blob/03f3339594bdb472315823db78ca209b7ba319fb/src/flb_config.c#L433-L441
From https://golang.org/dl/ and https://golang.org/doc/install assuming Linux x86_64 in case you need these. ``` wget https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz # Or curl -O https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz tar -C /usr/local -xzf go1.7.3.linux-amd64.tar.gz export PATH=$PATH:/usr/local/go/bin ```
| Software Name | Flexible Hierarchy | Open source | Local-first | Fast and performant | Bi-directional links | Outlining | | ------------- | ------------------ | ----------- | ----------- |...
https://github.com/org-roam/org-roam is also interesting.
If you have MacPorts installed, you can install ashuffle with `sudo port install ashuffle`.
> This issue is actually for `python-3`. But `extra-python/ipaddress` is also affected.