You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our serverless node app, with every API call, we are seeing errors relating to attempting to write logs with no transports
Details
Setting enableLog to false, when creating the API client should result in not seeing anything in the logs around logging, but even when enableLog is set to false we are constantly seeing this error message in the logs:
ERROR [winston] Attempt to write logs with no transports
Other comments
It looks like a fix was put in recently relating to issue #66 around the enableFlag not working, which stopped it actually writing logs to the filesystem which caused read-only errors (serverless infrastructure), but it still hasn't been fixed completely
The text was updated successfully, but these errors were encountered:
Summary
In our serverless node app, with every API call, we are seeing errors relating to attempting to write logs with no transports
Details
Setting enableLog to false, when creating the API client should result in not seeing anything in the logs around logging, but even when enableLog is set to false we are constantly seeing this error message in the logs:
Other comments
It looks like a fix was put in recently relating to issue #66 around the enableFlag not working, which stopped it actually writing logs to the filesystem which caused read-only errors (serverless infrastructure), but it still hasn't been fixed completely
The text was updated successfully, but these errors were encountered: