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

Use groups to have a standard output #183

Open
gagoar opened this issue Oct 12, 2020 · 0 comments
Open

Use groups to have a standard output #183

gagoar opened this issue Oct 12, 2020 · 0 comments
Assignees

Comments

@gagoar
Copy link
Owner

gagoar commented Oct 12, 2020

currently we have either DEBUG flag or no logs at all.

DEBUG is useful to understand exactly what's happening, but in most cases is too noisy.

We should have a normal log output that offers information everybody will be happy to see.

we should use for this startGroup and endGroup from actions/core
example:

core.startGroup('Do some function')
doSomeFunction()
core.endGroup()
@cyamonide cyamonide self-assigned this Oct 15, 2020
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

2 participants