ExperimentalWarning: The fs.promises API is experimental #105
Labels
api: logging
Issues related to the googleapis/nodejs-logging-winston API.
needs more info
This issue needs more information from the customer to proceed.
🚨
This issue needs some love.
triage me
I really want to be triaged.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
@google-cloud/logging-winston
version: 0.9.0Steps to reproduce
import { LoggingWinston } from'@google-cloud/logging-winston'
I receive the console error
(node:27103) ExperimentalWarning: The fs.promises API is experimental
which is unfortunate because I'm redirecting the console to the logger and always get this error in Stackdriver as well
The text was updated successfully, but these errors were encountered: