Skip to content

AzureBlobStorage: do not log options class during initialization. #9806

@ReubenBond

Description

@ReubenBond

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions