File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Doppler.HelloMicroservice Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace Doppler.HelloMicroservice.Logging;
77
88public static class SerilogSetup
99{
10- public static LoggerConfiguration SetupSeriLog (
10+ public static LoggerConfiguration SetupSerilog (
1111 this LoggerConfiguration loggerConfiguration ,
1212 IConfiguration configuration ,
1313 IHostEnvironment hostEnvironment )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public static IHostBuilder CreateHostBuilder(string[] args) =>
2121 Host . CreateDefaultBuilder ( args )
2222 . UseSerilog ( ( hostContext , loggerConfiguration ) =>
2323 {
24- loggerConfiguration . SetupSeriLog ( hostContext . Configuration , hostContext . HostingEnvironment ) ;
24+ loggerConfiguration . SetupSerilog ( hostContext . Configuration , hostContext . HostingEnvironment ) ;
2525 } )
2626 . ConfigureAppConfiguration ( ( hostContext , configurationBuilder ) =>
2727 {
You can’t perform that action at this time.
0 commit comments