SERVER-48323: Have errorcodes.py accept a --ticket input to generate unique error codes.
This commit is contained in:
committed by
Evergreen Agent
parent
3cf1349ab8
commit
9038625445
@@ -0,0 +1,6 @@
|
||||
LOGV2(1, "words");
|
||||
LOGV2(2000000, "words");
|
||||
LOGV2(0, "words");
|
||||
LOGV2(0, "words");
|
||||
LOGV2(1230102, "words");
|
||||
LOGV2(1230100, "words");
|
||||
Reference in New Issue
Block a user