You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TS2345: Argument of type
{ logFormatter(level: any, args: any, bindings: any): string; }
is not assignable to parameter of type BrokerOptions
Object literal may only specify known properties, and logFormatter does not exist in type BrokerOptions
The text was updated successfully, but these errors were encountered:
In typescript project I can't setup logFormatter.
According to documentation:
Typescript says:
The text was updated successfully, but these errors were encountered: