Skip to content

Commit

Permalink
Update pino.d.ts (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
deanhaleem authored Apr 27, 2022
1 parent 8ded175 commit ab95023
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pino.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ interface LoggerExtras<Options = LoggerOptions> extends EventEmitter {
bindings(): pino.Bindings;

/**
* Overwrites the bindings of this logger instance.
* Adds to the bindings of this logger instance.
* Note: Does not overwrite bindings. Can potentially result in duplicate keys in log lines.
*
* @param bindings: an object of key-value pairs to include in log lines as properties.
*/
Expand Down

0 comments on commit ab95023

Please sign in to comment.