3 ms·
So you should re-write your logging code on each and every one of your 140+ services vs. leverage a shared module?
by __abc 10mo ago
So you should re-write your logging code on each and every one of your 140+ services vs. leverage a shared module?
- xboxnolifes 10mo agoYou can keep using an older version for a while. You shouldn't need to redeploy everything at once. If you can't keep using the older version, you did it wrong. And ideally, your logging library should rarely need to update. If you need unique integrations per service, use a plug-in architecture and keep the plug-ins local to each service.
- __abc 10mo agoI wasn't taking into account velocity of fleet-wide rollout, as I agree, you can migrate over time however. however, I was focusing on the idea that anytime of fleet wide rollout for a specific change was somehow "bad."