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

Switch to ILogger-based logging #683

Merged
merged 1 commit into from
Sep 29, 2023
Merged

Conversation

mayuki
Copy link
Member

@mayuki mayuki commented Sep 29, 2023

This PR switches from IMagicOnionLogger to ILogger-based logging.
MagicOnion.Server uses ASP.NET Core loggers by default, errors occurring during StreamingHub process will now also be logged.

Breaking changes

IMagicOnionLogger interface removed

The method signature of RedisGroupRepositoryFactory.CreateRepository has changed due to the removal of an interface. As a result, there is now no compatibility with MagicOnion.Server.Redis prior to this change.

@mayuki mayuki merged commit 2682d77 into main Sep 29, 2023
4 checks passed
@mayuki mayuki deleted the feature/IMagicOnionLoggerToILogger branch September 29, 2023 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant