glamorous-vr-10317
03/31/2026, 8:03 PMctx.log (golang) and now it did something like:
if err != nil {
ctx.Log.Error(fmt.Sprintf("applying config to worker %d: %s", i+1, err.Error()), nil)
return nil, err
}echoing-dinner-19531
03/31/2026, 8:32 PMglamorous-vr-10317
04/01/2026, 3:40 PMfmt.Sprintf() inside ? just to have the format?echoing-dinner-19531
04/01/2026, 3:58 PMglamorous-vr-10317
04/01/2026, 4:02 PMglamorous-vr-10317
04/01/2026, 4:03 PMctx.log.*