Skip to content

Commit c558611

Browse files
committed
README update
1 parent 8a30251 commit c558611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Customizing the logger:
4242
emf.New(
4343
emf.WithWriter(os.Stderr), // Log to stderr.
4444
emf.WithTimestamp(time.Now().Add(-time.Hour)), // Record past metrics.
45+
emf.WithoutDimensions(), // Do not include useful Lambda related dimensions.
4546
)
4647
```
4748

0 commit comments

Comments
 (0)