Skip to content
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

SiloOptionsLogger seems to be disabled when .UseDashboard() #208

Open
darthkurak opened this issue Jan 30, 2019 · 0 comments
Open

SiloOptionsLogger seems to be disabled when .UseDashboard() #208

darthkurak opened this issue Jan 30, 2019 · 0 comments

Comments

@darthkurak
Copy link

Hi. I noticed that when using Orleans Dashboard, SiloOptionsLogger are not logging any information.
I need just commend out .UseDashboard() to get SiloOptionsLogger back in logging output.
Example:
info: Orleans.Runtime.SiloOptionsLogger[0]
Configuration Orleans.Configuration.ClusterMembershipOptions:
NumMissedTableIAmAliveLimit: 2
LivenessEnabled: True
ProbeTimeout: 00:00:10
TableRefreshTimeout: 00:01:00
DeathVoteExpirationTimeout: 00:02:00
IAmAliveTablePublishTimeout: 00:05:00
MaxJoinAttemptTime: 00:05:00
ExpectedClusterSize: 1
ValidateInitialConnectivity: True
UseLivenessGossip: True
NumProbedSilos: 3
NumMissedProbesLimit: 3
NumVotesForDeathDeclaration: 2
IsRunningAsUnitTest: False

Any idea what can cause this in .UseDashboard extension?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants