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
One of the things we typically do in driver scripts is to setup the logging, e.g. ClimaAtmos has:
if ClimaComms.iamroot(comms_ctx)
Logging.global_logger(Logging.ConsoleLogger(stderr, Logging.Info))
else
Logging.global_logger(Logging.NullLogger())
end
Should we just fold this into ClimaComms.init()?
The text was updated successfully, but these errors were encountered:
One of the things we typically do in driver scripts is to setup the logging, e.g. ClimaAtmos has:
Should we just fold this into
ClimaComms.init()
?The text was updated successfully, but these errors were encountered: