-
Notifications
You must be signed in to change notification settings - Fork 687
Enable Redis Logging #597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Redis Logging #597
Conversation
Converting to draft until we can figure out how to get a better startup experience without logging errors by default on F5. An issue is that DCP starts a proxy that accepts socket connections, but the real server isn't available yet, so the proxy closes the socket. This causes the Redis client to start logging errors that the socket has been closed. @karolz-ms is logging an issue for DCP to configure the proxy so it doesn't accept the socket until the server is ready. |
- the client library and otel packages have new versions, update to the latest - SE.Redis have ILogger support now, update to use it
The issue that was blocking this PR is now fixed with #886. |
This reverts commit d9e8e95. With dotnet@a3ed2b5, the proxyless container changes were reverted. Redis logging relied on these changes for a decent user experience. Reverting back to preview1 behavior until the proxyless container changes can be made again.
SE.Redis has ILogger support now, update to use it