Skip to content

Commit 717ac63

Browse files
committed
improve readme
1 parent ae47ee9 commit 717ac63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ logger.warn("This is a warning message", { payload: { foo: "bar" } });
5252
logger.debug("This is a debug message", { payload: { foo: "bar" } });
5353
logger.error("This is an error message", { payload: { foo: "bar" } });
5454
```
55+
56+
It shares the same interface as `@baselime/lambda-logger` so if you are moving from cloudwatch to open telemetry this makes the transision seamless.
57+
58+
5559
## Manual Installation
5660

5761
Install the `@baselime/lambda-node-opentelemetry` package

0 commit comments

Comments
 (0)