File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,20 @@ The conditional compilation (`#if`) is necessary if you're targeting the CoreCLR
38
38
loggerfactory .AddSerilog ();
39
39
```
40
40
41
- That 's it!
41
+ That 's it! With the level bumped up a little you should see log output like:
42
+
43
+ ```
44
+ 2015 - 05 - 15 22 : 14 : 44 . 646 + 10 : 00 [Debug ] RouteCollection .RouteAsync
45
+ Routes :
46
+ Microsoft .AspNet .Mvc .Routing .AttributeRoute
47
+ {controller = Home }/ {action = Index }/ {id ? }
48
+ Handled ? True
49
+ 2015 - 05 - 15 22 : 14 : 44 . 647 + 10 : 00 [Debug ] RouterMiddleware .Invoke
50
+ Handled ? True
51
+ 2015 - 05 - 15 22 : 14 : 45 . 706 + 10 : 00 [Debug ] / lib / jquery / jquery .js not modified
52
+ 2015 - 05 - 15 22 : 14 : 45 . 706 + 10 : 00 [Debug ] / css / site .css not modified
53
+ 2015 - 05 - 15 22 : 14 : 45 . 741 + 10 : 00 [Debug ] Handled . Status code : 304 File : / css / site .css
54
+ ```
42
55
43
56
### Levels
44
57
You can’t perform that action at this time.
0 commit comments