Skip to content

Commit

Permalink
docs: fix pattern layout page example
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Dec 8, 2022
1 parent 9ac093d commit 2edef52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/layouts/pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ logger.appenders.set("std-log", {
},
level: ["debug", "info", "trace"]
});
logger.addContext("user", "charlie");
logger.context.add("user", "charlie");
logger.info("doing something.");
```

Expand Down

0 comments on commit 2edef52

Please sign in to comment.