See this line: https://github.com/dotnet/orleans/blob/be2d273c694bd9e2281e9525302f63d5cb3da7a9/src/Azure/Orleans.Persistence.AzureStorage/Providers/Storage/AzureBlobStorage.cs#L367-L372C30
We should not log the options class here. It is already logged by SiloOptionsLogger, so this is redundant and it can cause issues for some loggers. We should also reduce this log line to Debug level.