Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt authored May 9, 2020
1 parent ffcfe32 commit ddb885e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Serilog Contributors
// Copyright 2020 Serilog Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -188,8 +188,10 @@ public static IHostBuilder UseSerilog(
return factory;
});

// Null is passed here because we've already (lazily) registered `ILogger`
ConfigureServices(collection, null);
});

return builder;
}

Expand Down

0 comments on commit ddb885e

Please sign in to comment.