winstonjs / winston-mongodb

A MongoDB transport for winston
https://github.com/winstonjs/winston-mongodb
295 stars 125 forks source link

No overload matches this call #204

Open GustavoSilvaNavarro opened 2 years ago

GustavoSilvaNavarro commented 2 years ago

Hi,

I am trying to implement winston and winton-mongodb in my app. I am currently using Typescript for my server and I am having trouble with the folowing error:

image

I don't know what I can doto avoid this error. I think is a typescript error. If anybody has any idea how can I apporach this error Would be great?

The code looks like this

code

I am trying to show all the logs in the console and only save the wanr logs into a database.

Thanks,