flux-framework / flux-sched

Fluxion Graph-based Scheduler
GNU Lesser General Public License v3.0
84 stars 39 forks source link

reduce unnecessary logging #1186

Closed garlick closed 3 weeks ago

garlick commented 3 weeks ago

Problem: several log messages are not helpful and decrease the signal to noise ratio in the Flux log buffer in a large Flux instance.

Eliminate logging of:

One test had to be reworked a bit to not rely on these log messages.

Fixes #1185

garlick commented 3 weeks ago

I'll go ahead and set MWP then, thanks.