Skip to content

Commit 5c1234f

Browse files
erikayao93dreamorosi
authored andcommitted
feat(logger): Support for external observability providers (#1511)
* Updated formatAttributes for additional parameters and LogItem return type * Updated the unit tests to pass with new formatter * Updated Powertool named objects to Powertools * Updated tests to match new naming consistency * Updated for tests for new naming consistency * Updated formatter for new design decisions * Update Logger for ephemeral attributes * Update bringYourOwnFormatter documentation to match new formatter --------- Co-authored-by: erikayao93 <[email protected]>
1 parent a25b7e0 commit 5c1234f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/logger/src/formatter/PowertoolsLogFormatter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class PowertoolsLogFormatter extends LogFormatter {
1616
*
1717
* @param {UnformattedAttributes} attributes
1818
* @param {LogAttributes} additionalLogAttributes
19-
* @returns {LogItem}
19+
* @returns {PowertoolsLog}
2020
*/
2121
public formatAttributes(
2222
attributes: UnformattedAttributes,

0 commit comments

Comments
 (0)