We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e727101 commit 190c568Copy full SHA for 190c568
src/Http/Routing/src/RouteBase.cs
@@ -262,8 +262,8 @@ private void EnsureLoggers(HttpContext context)
262
if (_logger == null)
263
{
264
var factory = context.RequestServices.GetRequiredService<ILoggerFactory>();
265
- _logger = factory.CreateLogger(typeof(RouteBase).FullName);
266
_constraintLogger = factory.CreateLogger(typeof(RouteConstraintMatcher).FullName);
+ _logger = factory.CreateLogger(typeof(RouteBase).FullName);
267
}
268
269
0 commit comments