Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging errors #2

Open
simonegaffurini opened this issue Feb 25, 2024 · 0 comments
Open

Logging errors #2

simonegaffurini opened this issue Feb 25, 2024 · 0 comments

Comments

@simonegaffurini
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant