ydb-nodejs-sdk
ydb-nodejs-sdk copied to clipboard
chore: Fallback logger is created at the moment of importing ydb sdk
This leads to garbage messages
It should be created if new Driver() was called without logger parameter
Also, would be right to get rid of setupLogger(), which is consequence of using the logger in @Retriable() decorator