Skip to content

Commit

Permalink
[3.1.6 Backport] CBG-3828: add insertion strings to capture stdout/st…
Browse files Browse the repository at this point in the history
…derr (#6799)

Co-authored-by: Tor Colvin <tor.colvin@couchbase.com>
  • Loading branch information
bbrks and torcolvin authored May 1, 2024
1 parent 04ccf3d commit 4e64afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ def make_event_log_task():
"(LogFile='application' or LogFile='system') and "
"EventType<3 and TimeGenerated>'%(limit)s'"
"\" "
"get TimeGenerated,LogFile,SourceName,EventType,Message "
"get TimeGenerated,LogFile,SourceName,EventType,Message,InsertionStrings "
"/FORMAT:list" % locals())


Expand All @@ -580,7 +580,7 @@ def make_event_log_task_sg_info():
"SourceName='SyncGateway' and "
"TimeGenerated>'%(limit)s'"
"\" "
"get TimeGenerated,LogFile,SourceName,EventType,Message "
"get TimeGenerated,LogFile,SourceName,EventType,InsertionStrings "
"/FORMAT:list" % locals())


Expand Down

0 comments on commit 4e64afd

Please sign in to comment.