Skip to content

Commit

Permalink
Merge pull request #3 from biplovkc/fix/logeventlevel
Browse files Browse the repository at this point in the history
fix logEventLevel
  • Loading branch information
biplovkc authored Feb 12, 2023
2 parents f1ba6c7 + 5a40dc2 commit 5f5cfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LoggingServiceCollectionExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public static class LoggingServiceCollectionExtension
{
public static IServiceCollection RegisterSerilogLogger(this IServiceCollection services, IConfiguration configuration, string version, Dictionary<string, LoggingLevelSwitch> overrides = null, params string[] pathsToExclude)
public static IServiceCollection RegisterSerilogLogger(this IServiceCollection services, IConfiguration configuration, string version, Dictionary<string, LogEventLevel> overrides = null, params string[] pathsToExclude)
{
var loggerConfig = new LoggerConfiguration()
.ReadFrom.Configuration(configuration);
Expand Down

0 comments on commit 5f5cfed

Please sign in to comment.