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

Reorganise logging process in projector.sh and make-release.sh script #56

Merged
merged 1 commit into from
Sep 10, 2021

Conversation

vzhukovs
Copy link
Collaborator

@vzhukovs vzhukovs commented Sep 10, 2021

Reorganise logging process in projector.sh and make-release.sh script by adding alias functions to make code more readable in context of calling debug calls.

So instead of calling:

.log 0|3|4|6|7 "Output message"

introduced new functions:

log:emerg "Message"
log:err "Message"
log:warning "Message"
log:info "Message"
log:debug "Message"

fixes eclipse-che/che#20312
inspired by #48 (review)

Signed-off-by: Vladyslav Zhukovskyi [email protected]

Signed-off-by: Vladyslav Zhukovskyi <[email protected]>
@vzhukovs vzhukovs changed the title Reorganize logging process in scripts Reorganise logging process in projector.sh and make-release.sh script Sep 10, 2021
@vzhukovs vzhukovs self-assigned this Sep 10, 2021
@vzhukovs vzhukovs marked this pull request as ready for review September 10, 2021 14:46
@vzhukovs vzhukovs requested a review from benoitf September 10, 2021 14:47
@benoitf
Copy link
Contributor

benoitf commented Sep 10, 2021

thanks 👍

@vzhukovs vzhukovs merged commit 6928ff3 into main Sep 10, 2021
@vzhukovs vzhukovs deleted the che#20312 branch September 10, 2021 15:04
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

Successfully merging this pull request may close these issues.

Reorganise logging process in projector.sh and make-release.sh script
2 participants