CliMA / CliMA/ClimaComms.jl

Init logging

Open
#52 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
6
Forks
3
PR merge metrics
No merged PRs in 30d

Description

One of the things we typically do in driver scripts is to setup the logging, e.g. ClimaAtmos has:
```julia
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()`?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading ClimaComms.init() and the ClimaAtmos driver-script example shown in the issue. Decide whether initialization should configure different loggers for root and non-root processes, and document the expected behavior and tests needed before treating the change as complete.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
distributed-systems
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.