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

Use only one log file (live_backing.log) #59

Merged
merged 1 commit into from
Jan 19, 2017

Conversation

JohanLorenzo
Copy link
Contributor

@JohanLorenzo JohanLorenzo commented Jan 17, 2017

Spin off that came out of this discussion in #53. I split the changes in a new PR in order to make the review simpler.

PR also tested manually with https://tools.taskcluster.net/task-inspector/#ZXKOTGt1Qq6rUmPFDKfDmw/0

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling f386b47 on JohanLorenzo:one-log into 6a6b809 on mozilla-releng:master.

@JohanLorenzo JohanLorenzo changed the title Use only one log file (backing_live.log) Use only one log file (live_backing.log) Jan 17, 2017
@@ -79,35 +79,33 @@ def update_logging_config(context, log_name=None, file_name='worker.log'):
break


def get_log_filenames(context):
def get_log_filename(context):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A function to return one constant string might be overkill, but it works :)

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 051649f on JohanLorenzo:one-log into bb0be96 on mozilla-releng:master.

@JohanLorenzo JohanLorenzo merged commit 0bc0cce into mozilla-releng:master Jan 19, 2017
JohanLorenzo added a commit that referenced this pull request Jan 19, 2017
* This requires:
  1. the presence of a public/logs/live_backing.log (done in #59) 
  2. the file to be gzip'd
  3. and served as a gzip on S3

* Gzip more type of files and force some extension to text/plain
* Create the package scriptworker.artifacts (breaking change)
@JohanLorenzo JohanLorenzo deleted the one-log branch March 5, 2019 13:57
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