reactr
reactr copied to clipboard
Crash when logger capability is disabled
When the logger capability is disabled via CapabilityConfig and a Runnable attempts to log something, Reactr will crash because we aren't checking if inst.ctx.LoggerSource.Logger() is nil or not, we just call CreateScoped on it.
This and all other capabilities should get a nil check of some kind.