Init logging
- 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