Commit aa70b3e
committed
input_log: preserve non-conditional routes when conditional routing is used
Remove early return in input_log_append() that prevented non-conditional
routes from receiving data when conditional routes existed. This ensures
both conditional and non-conditional routes receive data in mixed
configurations, preventing silent data loss from unconditional outputs.
Signed-off-by: Eduardo Silva <eduardo@chronosphere.io>1 parent 9aa07ac commit aa70b3e
1 file changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
756 | 756 | | |
757 | 757 | | |
758 | 758 | | |
759 | | - | |
760 | | - | |
761 | | - | |
762 | | - | |
763 | | - | |
764 | | - | |
765 | | - | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
766 | 764 | | |
767 | 765 | | |
768 | 766 | | |
| |||
0 commit comments