SERVER-48323: Have errorcodes.py accept a --ticket input to generate unique error codes.

This commit is contained in:
Daniel Gottlieb
2020-10-09 21:52:51 -04:00
committed by Evergreen Agent
parent 3cf1349ab8
commit 9038625445
7 changed files with 166 additions and 18 deletions

View File

@@ -0,0 +1,3 @@
LOGV2(1, "words");
LOGV2(10, "words");
LOGV2(0, "words");