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
I'm debugging an adapter which uses this adapter runtime. I'm getting a "File not found" error but the error lacks additional context and I'm looking for more logs to figure out what's going on. In some places, this runtime emits debug logs but they're not enabled by default.
Proposed Solution
Pull the log level from an environment variable if available so someone can tack on an env variable to get additional logs and doesn't need to rebuild packages. Example code for here:
Hi @crowecawcaw. Thanks for your contribution. This sounds like a useful feature request. The team will have a look at this an prioritize it accordingly.
Use Case
I'm debugging an adapter which uses this adapter runtime. I'm getting a "File not found" error but the error lacks additional context and I'm looking for more logs to figure out what's going on. In some places, this runtime emits debug logs but they're not enabled by default.
Proposed Solution
Pull the log level from an environment variable if available so someone can tack on an env variable to get additional logs and doesn't need to rebuild packages. Example code for here:
The text was updated successfully, but these errors were encountered: