Skip to content

Commit ff178ab

Browse files
authored
add about using the Transformer to set common properties
1 parent 0ee09fc commit ff178ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@ end
266266
```
267267

268268
It can also be used to do things such as change the log level of messages from a particular module (see the example below).
269-
269+
Or to set common properties for all log messages within the `with_logger` block,
270+
for example to set them all to the same `group`.
270271

271272
# More Examples
272273

0 commit comments

Comments
 (0)