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

Adding file level logging of input file glob hashes (Silly logging) #682

Merged
merged 10 commits into from
Jul 11, 2023

Conversation

BrunoRDS
Copy link
Collaborator

@BrunoRDS BrunoRDS commented Jun 27, 2023

This PR adds the ability to output the file hashes for all files globbed from the environmentGlob patterns to the console (Silly log level).

Example:

lage build --log-level=silly--concurrency=7
Output:

> lage build --log-level=verbose --concurrency=7
Running with 7 workers
Global inputs hash: 1d9559e8dabe5712dc31aa28c5a347d0734d6e82
{
    "repo/src/sourcefile.js" : "8636f28d8d9310adc08b36f111ee8d4664f2c9de",
    "repo/generated/generated.json": "91b945fdef50a2fc32b558afe4a1355f88588941"
}
Workers pools created:  default (7)
Max Worker Memory Usage: 0.00 MB
stats build ➔ start
...

@netlify
Copy link

netlify bot commented Jun 27, 2023

Deploy Preview for peppy-praline-1c3272 ready!

Name Link
🔨 Latest commit 5f2ef31
🔍 Latest deploy log https://app.netlify.com/sites/peppy-praline-1c3272/deploys/64ac4c2ef4629e0008004e32
😎 Deploy Preview https://deploy-preview-682--peppy-praline-1c3272.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@BrunoRDS BrunoRDS changed the title Adding file level logging of input file glob hashes (--global-inputs-log-file) Adding file level logging of input file glob hashes (Silly logging) Jul 10, 2023
@BrunoRDS
Copy link
Collaborator Author

@kenotron ready for review, thanks!

@kenotron kenotron merged commit e7dbec3 into microsoft:master Jul 11, 2023
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.

3 participants