Skip to content

Commit 0ffca32

Browse files
authored
Update README.md
1 parent 7ab9c16 commit 0ffca32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ emf.New(
4343
emf.WithWriter(os.Stderr), // Log to stderr.
4444
emf.WithTimestamp(time.Now().Add(-time.Hour)), // Record past metrics.
4545
emf.WithoutDimensions(), // Do not include useful Lambda related dimensions.
46+
emf.WithLogGroup("my-logs") // Add specific log group.
4647
)
4748
```
4849

0 commit comments

Comments
 (0)