Skip to content

Logging errors #2

Description

@simonegaffurini

Hi, I noticed that if an error is thrown inside of a step, it will be logged with

console.error(` Failed.`)

console.error(e)

how about changing this to

debug(` Failed.`)
debug(e)

in my case, I want to avoid printing the error line and print human readable log.

Any reason why it's being printed like that instead?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions