David Wells

Results 183 comments of David Wells

- Usage in netlify UI - log shipping plugins - alerting plugins

A raw text file will work but can be brittle if format changes We can store: - Raw stdout/ster text - and a structured json log There is a-lot of...

Raw text logs like: 'DD-MM-YYYY THING - Message - Other thing' that needs to be regexed is too brittle

To keep it simple to start. Lets just write it out to a `.netlify/logs.json` file for now and expose that path as a constant. The logs file should probably be...

@RaeesBhatti what are the plans for implementation here?

I'd very much like to see if we can implement this without adding any additional utilities for users to learn & make sure they use. If you look at AWS...

This is a tricky one. There are many things to consider here 1. There are scenarios where users would like noisy third party logs from dependancies to be excluded from...

Looks good to me. Curious to see the format 😃 One other note from the convo: Because we will have a valid Netlify API key, we do have the ability...

I agree with @mraerino on not trying to reinvent all of logging. Added thoughts features on what we are trying to support near/longer term here https://github.com/netlify/bitballoon/issues/5468#issuecomment-584904782 to discuss in private...

related https://github.com/netlify/build/pull/128