terascope / teraslice

Scalable data processing pipelines in JavaScript
https://terascope.github.io/teraslice/
Apache License 2.0
50 stars 13 forks source link

Add log_level parameter to teraslice job. #3505

Closed busma13 closed 10 months ago

busma13 commented 10 months ago

This PR adds the log_level parameter to a teraslice job.

Ref: #3498

godber commented 10 months ago

There's not a whole lot of code here, but since it cross cuts packages and schemas and things we might ask for @jsnoble's input.

busma13 commented 10 months ago

I added an explanatory comment on each of the constructors that overwrites the log level. I also confirmed that the log_level indicated in the job is written to a log file (all log streams are overwritten with new log level).