You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 Pythonmultiprocessing
module. We also need to add a unit test to verify that level is correctly transferred.The text was updated successfully, but these errors were encountered: