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
We seem to be using the deprecated v2 logging (which I reverse engineered from the serverless-webpack plugin) but we should probably use the v3 version. This would also allow us to use log levels to hide noisy log messages.
At the noisiest level (Debug) we could even log patches to show how was-durable-lambda is patching the serverless config.
The text was updated successfully, but these errors were encountered:
I found out that Serverless actually document how the plugin logging works somewhere:
https://github.com/serverless/serverless/blob/8460b25a516a001710efe9c1fdf23604d3b2e656/docs/guides/plugins/cli-output.md
We seem to be using the deprecated v2 logging (which I reverse engineered from the serverless-webpack plugin) but we should probably use the v3 version. This would also allow us to use log levels to hide noisy log messages.
At the noisiest level (Debug) we could even log patches to show how was-durable-lambda is patching the serverless config.
The text was updated successfully, but these errors were encountered: