`logging_level` API parameter has no meaning
Created by: IIaKyJIuH
Currently while passing specific logging_level
to the main API it won't set as you want.
This happens due to the next reasons:
- Log initializes with default parameters before it initializes in main API
- Specified log level aren't always taken into account while getting log object out
- During multiprocessing pipelines evaluation each process is creating its own log object with default parameters