Skip to content

Logging errors #2

@simonegaffurini

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?

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