Skip to content

Make Session.MessagesLogLevel configurable#1018

Open
ericvergnaud wants to merge 1 commit into
connamara:masterfrom
ericvergnaud:session-logging-level
Open

Make Session.MessagesLogLevel configurable#1018
ericvergnaud wants to merge 1 commit into
connamara:masterfrom
ericvergnaud:session-logging-level

Conversation

@ericvergnaud
Copy link
Copy Markdown

Session.MessagesLogLevel is hard-coded to LogLevel.Information, and const, which produces useful information when debugging but a lot of possibly unwanted 'noise' in production.

This PR proposes to make it configurable, leveraging the existing mechanism i.e. config file -> SessionSettings -> SessionFactory -> Session.

If the config ket is missing, there is no change from the current behavior.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant