Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-43406

Reduce pip logging in tasks

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.3.1
    • Affects Version/s: None
    • Component/s: Testing Infrastructure
    • Labels:
      None
    • Fully Compatible
    • DAG 2019-10-07
    • 2

      In most evergreen tasks, we setup a python virtualenv for python scripts to run in. As part of that, we do a `pip install` for the requirements. This writes a lot of information to the logs that is rarely needed. We could pip this output to a file and upload it, that would clean up the logs, but still provide traceability if what python packages have been installed needs to be investigated.


      As a Server engineer,
      I want pip install of requirements not to write to the evergreen logs,
      So that it is easier to find what I'm looking for in the logs.


      AC:

      • pip install does not write all the installed packages to the log.
      • The packages and version installed by pip are still available if needed.

            Assignee:
            david.bradford@mongodb.com David Bradford (Inactive)
            Reporter:
            david.bradford@mongodb.com David Bradford (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: