0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-25 00:58:53 +01:00
mongodb/buildscripts/resmokeconfig/loggers/buildlogger.yml

14 lines
309 B
YAML
Raw Normal View History

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