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

This commit supports $LOG_WITH_TIMESTAMP to generate shorter log output #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NotTheEvilOne
Copy link

What this PR does / why we need it:
To support short log console messages if executed in CI environments $CI is considered nd if set to true removes date&time information.

Which issue(s) this PR fixes:
Fixes #36

@NotTheEvilOne NotTheEvilOne requested a review from a team December 19, 2024 16:01
builder/make_log Fixed Show fixed Hide fixed
@NotTheEvilOne NotTheEvilOne force-pushed the prs/support-shorter-logs-for-CI branch from aeab082 to fe171c6 Compare December 19, 2024 16:04
builder/make_log Outdated Show resolved Hide resolved
build Outdated Show resolved Hide resolved
@NotTheEvilOne NotTheEvilOne force-pushed the prs/support-shorter-logs-for-CI branch from fe171c6 to 71f0949 Compare January 27, 2025 15:06
@NotTheEvilOne NotTheEvilOne changed the title This commit considers $CI to generate shorter log console output This commit supports $LOG_WITH_TIMESTAMP to generate shorter log output Jan 27, 2025
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.

use a shorter log format without timestamp on github actions
2 participants