I am using redlock library from below location.
https://github.com/samcook/RedLock.net
Below command returns with timeout only on production and it works on other environments.
RedLockFactory.Create
Using ILSpy i can see they have logged some lines during process and GetLogger() method is uses below code.
new StackFrame(1, false).DeclaringType;
I am hoping that, with some configuration changes, I can enable logging for this so that we dont have to redeploy any build. But I dont know how. Can you please help?