terascope / teraslice

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

Add ability to override `log_level` at job level #3498

Closed godber closed 10 months ago

godber commented 11 months ago

The logging level of the teraslice master and all other components is currently controlled in the master configuration using the log_level:

https://terascope.github.io/teraslice/docs/configuration/overview#terafoundation-configuration-reference

It should be possible to specify the log_level (with the same set of options) on the Teraslice job and have that setting override the global setting.

godber commented 10 months ago

This capability should be in https://github.com/terascope/teraslice/releases/tag/v0.90.0