Epistimio / orion

Asynchronous Distributed Hyperparameter Optimization.
https://orion.readthedocs.io
Other
283 stars 52 forks source link

Make sure logging level is transferred into sub-process from main process #1090

Open notoraptor opened 1 year ago

notoraptor commented 1 year ago

Global logging level can be configured from orion command line using -v argument. We want to be sure this level is also set when we launch sub-process via Python multiprocessing module. We also need to add a unit test to verify that level is correctly transferred.