Logging a circularly dependent object does nothing. #1539
Labels
api: logging
Issues related to the googleapis/nodejs-logging API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
@google-cloud/logging
version: 11.2 (via logging-winston 6.0.0)Steps to reproduce
The below will using a plain console transport log an error.
With the LoggingWinston transport on the other hand the error will be silent.
This is extra problematic due to a common error AxiosError having a circular dependency and hence such failures are omitted from production logs.
The text was updated successfully, but these errors were encountered: