elastic / logstash

Logstash - transport and process your logs, events, or other data
https://www.elastic.co/products/logstash
Other
14.21k stars 3.5k forks source link

Log levels could be specified per pipeline #12473

Open andsel opened 3 years ago

andsel commented 3 years ago

With PR #11108 (resolving issue #10427) was introduced the feature to separate logs per pipeline (--pipeline.separate_logs=true/false) where each pipeline has its log appender / file. It could be also useful to define a different log level for each pipeline. This feature could work in both cases, when each pipeline has it's own log file and also when all logs are in the same file.

treknado commented 3 years ago

+1

as in #10427 already discussed, it would also be useful, to specify different logfile targets for each pipeline.

flexitrev commented 2 months ago

Watching for additional interest or activity.