mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
* make the fluent-bit functional on target with iowrt * resolve crash with file output plugin * setup init file * setup default conf file - no logging
14 lines
326 B
Diff
14 lines
326 B
Diff
diff --git a/plugins/out_file/file.c b/plugins/out_file/file.c
|
|
index 2e47c9666..42ace24c6 100644
|
|
--- a/plugins/out_file/file.c
|
|
+++ b/plugins/out_file/file.c
|
|
@@ -45,6 +45,9 @@
|
|
#define NEWLINE "\n"
|
|
#endif
|
|
|
|
+#undef PATH_MAX
|
|
+#define PATH_MAX 256
|
|
+
|
|
struct flb_file_conf {
|
|
const char *out_path;
|
|
const char *out_file;
|