Skip to content

Commit 25363c9

Browse files
Update 14/umbraco-cms/fundamentals/code/debugging/logging.md
Co-authored-by: sofietoft <[email protected]>
1 parent 32e6cc7 commit 25363c9

File tree

1 file changed

+1
-1
lines changed
  • 14/umbraco-cms/fundamentals/code/debugging

1 file changed

+1
-1
lines changed

14/umbraco-cms/fundamentals/code/debugging/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Serilog is a logging framework that allows us to do structured logging or write
2222
2021-08-10 09:33:23,677 [P25776/D1/T22] INFO Umbraco.Cms.Core.Services.Implement.ContentService - Document Home (id=1062) has been published.
2323
```
2424

25-
Here is an example of the same log message represented as JSON. You can see that we have much more information. This would allow us to search and filter logs based on these properties with an appropriate logging system.
25+
Here is an example of the same log message represented as JSON. More information is available and allows you to search and filter logs based on these properties with an appropriate logging system.
2626

2727
```json
2828
{

0 commit comments

Comments
 (0)