Skip to content

Commit

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

* CBG-3813 add insertion strings to capture stdout/stderr
* Remove Message which is always going to say Incorrect function
  • Loading branch information
torcolvin authored and bbrks committed May 1, 2024
1 parent 04ccf3d commit d898f10
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 d898f10

Please sign in to comment.