[SERVER-45217] Allow resmoke logging config outside resmoke config directory Created: 18/Dec/19  Updated: 29/Oct/23  Resolved: 06/Jan/20

Status: Closed
Project: Core Server
Component/s: Testing Infrastructure
Affects Version/s: None
Fix Version/s: 4.3.3

Type: Bug Priority: Major - P3
Reporter: Siyuan Zhou Assignee: Mathew Robinson (Inactive)
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Problem/Incident
is caused by SERVER-43088 Make test suite and logger configurat... Closed
Backwards Compatibility: Fully Compatible
Operating System: ALL
Sprint: Dev Platform 2020-01-13
Participants:

 Description   

After SERVER-43088, resmoke requires the logging config to be in the resmoke config directory. It would be better to keep the local logging config out of the working directory so that git diff doesn't always show it and developers won't git add it by accident.

Here's an example of resmoke logging config.

logging:
  executor:
    format: '[%(name)s] %(asctime)s %(message)s'
    handlers:
      - class: logging.StreamHandler
  fixture:
    format: '[%(name)s] %(message)s'
    handlers:
      - class: logging.StreamHandler
  tests:
    format: '%(message)s'
    handlers:
      - class: logging.StreamHandler



 Comments   
Comment by Githook User [ 03/Jan/20 ]

Author:

{'name': 'Mathew Robinson', 'email': 'mathew.robinson@mongodb.com', 'username': 'chasinglogic'}

Message: SERVER-45217 Allow resmoke logging config outside resmoke config directory
Branch: master
https://github.com/mongodb/mongo/commit/ac99f0b697e689dc950a22def4c882c7b3bea9e4

Generated at Thu Feb 08 05:08:13 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.