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:
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
I am trying to show all the logs in the console and only save the wanr logs into a database.
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:
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
I am trying to show all the logs in the console and only save the wanr logs into a database.
Thanks,