mozilla-services / shavar-list-creation

Script to transform the Disconnect block-list into Safebrowsing v2 format for Firefox Tracking Protection
Mozilla Public License 2.0
15 stars 20 forks source link

Expose publicly the log files for the list generation #28

Open fmarier opened 9 years ago

fmarier commented 9 years ago

The list creation script spits out log files which contain all of the URLs and hashes that made it to the binary lists. This is useful for:

fmarier commented 8 years ago

Note: the script runs in Jenkins so we'll need to find a way to get the log output out of there.

HarshitSohaney commented 2 months ago

Is this something we want to pursue @artines1 ? With rs, we can use the devtools to look deeper into the problem or contact the SRE team for help. What are your thoughts?

artines1 commented 2 months ago

This is a good way to debug, so I think this is what we want. However, it's unclear to me how we can get the log file out of the environment where we are running our script. Maybe we can commit the log file of the running result?

HarshitSohaney commented 1 month ago

This is a good way to debug, so I think this is what we want. However, it's unclear to me how we can get the log file out of the environment where we are running our script. Maybe we can commit the log file of the running result?

Yeah we can probably keep the log files public and overwrite them each time theres a change? Not sure how often we use these though