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
The log interfaces in libutil/log.[ch] should be deprecated.
flux_log() should be enhanced to:
do something sensible when flux_t handle is NULL
be configurable to log to stderr or syslog on any/all ranks in cases where the enclosing instance should be capturing the messages (e.g. LOG_CRIT or above?)
provide errno decoding (including zeromq errno space) via %m or similar
oom() needs to be replaced with a configurable out of memory handler so ENOMEM can be dealt with appropriately for the situation.
flux_panic() and FASSERT() should be integrated with the overall logging strategy.
Possibly flux-start needs to capture stdio of the flux-broker processes in a local launch so that log messages to stderr from different ranks can be collated.
The text was updated successfully, but these errors were encountered:
The log interfaces in
libutil/log.[ch]
should be deprecated.flux_log()
should be enhanced to:%m
or similaroom()
needs to be replaced with a configurable out of memory handler so ENOMEM can be dealt with appropriately for the situation.flux_panic()
andFASSERT()
should be integrated with the overall logging strategy.Possibly
flux-start
needs to capture stdio of theflux-broker
processes in a local launch so that log messages to stderr from different ranks can be collated.The text was updated successfully, but these errors were encountered: