v0.3.5 centralized formattig, refactored
This commit is contained in:
@ -23,6 +23,10 @@ type PipelineConfig struct {
|
||||
// Filter configuration
|
||||
Filters []FilterConfig `toml:"filters"`
|
||||
|
||||
// Log formatting configuration
|
||||
Format string `toml:"format"`
|
||||
FormatOptions map[string]any `toml:"format_options"`
|
||||
|
||||
// Output sinks for this pipeline
|
||||
Sinks []SinkConfig `toml:"sinks"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user