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: development/developer-guide.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -312,6 +312,16 @@ Output plugins are defined in [flb\_output.h](https://github.com/fluent/fluent-b
312
312
313
313
The [stdout plugin](https://github.com/fluent/fluent-bit/tree/master/plugins/out_stdout) is very simple; review its code to understand how output plugins work.
314
314
315
+
## Development Environment
316
+
317
+
Fluent Bit provides a standalone environment for development.
318
+
Developers who use different OS or distributions can develop on a simple, common stack.
319
+
The development environment provides the required libraries and tools for you.
0 commit comments