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
results in flooding the stdout of ert when used in workflows where subscript is essentially used as a library. In those cases using logging is fine, but ert should be responsible for setting up the logger. In those cases the standard logging module should be used directly:
Using:
subscript/src/subscript/__init__.py
Line 12 in 5e159d1
stdout
ofert
when used in workflows wheresubscript
is essentially used as a library. In those cases using logging is fine, butert
should be responsible for setting up the logger. In those cases the standard logging module should be used directly:for forward models using the
subscript
logger is fine, because they have their own entry points and is the module in charge of the excution.The text was updated successfully, but these errors were encountered: