Winston logger is not logging errors thrown at the time of NestJS bootstraping
I have configured winston logger to log on both console and file with below given code.
On file, everything is getting properly logged except when the errors are being thrown at NestJS bootstrapping time.