We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab9c16 commit 0ffca32Copy full SHA for 0ffca32
README.md
@@ -43,6 +43,7 @@ emf.New(
43
emf.WithWriter(os.Stderr), // Log to stderr.
44
emf.WithTimestamp(time.Now().Add(-time.Hour)), // Record past metrics.
45
emf.WithoutDimensions(), // Do not include useful Lambda related dimensions.
46
+ emf.WithLogGroup("my-logs") // Add specific log group.
47
)
48
```
49
0 commit comments