diff --git a/pino.d.ts b/pino.d.ts index 3e53ebbaf..221ebd5ea 100644 --- a/pino.d.ts +++ b/pino.d.ts @@ -105,7 +105,8 @@ interface LoggerExtras 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. */