-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
Dev Platform 2020-01-13
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
- is caused by
-
SERVER-43088 Make test suite and logger configuration directories configurable in resmoke
- Closed