Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Use v3 logging (and hide verbose log messages when verbose switch not used) #123

@NoxHarmonium

Description

@NoxHarmonium

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions