diff options
author | Sara Golemon <sara.golemon@mongodb.com> | 2020-08-28 17:02:46 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-09-01 16:07:31 +0000 |
commit | 3f70a7ed1c4a8c30bcd2f7d30adfe3e018fc13a8 (patch) | |
tree | e712fe5ba613edd55cb3854ff0c06b907be99d1c /src/mongo/shell/check_log.js | |
parent | 151d886e802c6be829a871c1b02e5a6d4a1d16e1 (diff) | |
download | mongo-3f70a7ed1c4a8c30bcd2f7d30adfe3e018fc13a8.tar.gz |
SERVER-50605 Add logMessage test-only command
Diffstat (limited to 'src/mongo/shell/check_log.js')
-rw-r--r-- | src/mongo/shell/check_log.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/shell/check_log.js b/src/mongo/shell/check_log.js index fcd70af061c..617f12a6af2 100644 --- a/src/mongo/shell/check_log.js +++ b/src/mongo/shell/check_log.js @@ -137,7 +137,7 @@ checkLog = (function() { return checkContainsOnceJson(conn, id, attrsDict); }, 'Could not find log entries containing the following id: ' + id + - ', and attrs: ' + attrsDict, + ', and attrs: ' + tojson(attrsDict), timeout, 300, {runHangAnalyzer: false}); |