Conversation
| synchronize: true, | ||
| logging: false, | ||
| logging: ['error'], | ||
| logger: 'advanced-console', | ||
| entities: [`${config.src}/models/**/*.{ts,js}`], |
There was a problem hiding this comment.
Where does this log ?
It is possible to create an own logger that makes use of Winston
Logger documentation
There was a problem hiding this comment.
I think it just logs to the console. I'm not sure, to be honest. We can make a custom logger for it, but I thought maybe it was a bit overkill.
There was a problem hiding this comment.
I realize now that my task was to log to winston 🤦🏻♂️ I'll write the logger 😎
There was a problem hiding this comment.
lol. I see you mentioned this custom log functionality in the other PR 🥳
There was a problem hiding this comment.
I ended up using a library for this. Was a bit easier.
perkynades
left a comment
There was a problem hiding this comment.
lgtm, your tests are failing :P
|
Had to rewrite some tests, since the new logging made it possible to see former mistakes 😅 |
closes #184
closes #188