You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adding cmd option to enable both stream and log file output
* Add timestamp to log line for local logs
* Fixing date format for log lines
* fixing the date formate to universal time for log lines
* Renaming enableLogOutput to reStreamLogsToFiles and fixing error handling
* Adding strings for different locals.
* Removing string
* Adding loc key for error message
* Reuse variables
* Simplify conditions by enum flags
* Add trace with current logs streaming mode
---------
Co-authored-by: Kidd, Steve <[email protected]>
Co-authored-by: srkidd <[email protected]>
Co-authored-by: MerlynOMsft <[email protected]>
Copy file name to clipboardExpand all lines: src/Misc/layoutbin/en-US/strings.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,8 @@
137
137
" --acceptTeeEula macOS and Linux only. Accept the TEE end user license agreement.",
138
138
" --gitUseSChannel Windows only. Tell Git to use Windows' native cert store.",
139
139
" --alwaysExtractTask Perform an unzip for tasks for each pipeline step.",
140
+
" --disableLogUploads Don't stream or send console log output to the server. Instead, you may retrieve them from the agent host's filesystem after the job completes. NOTE: Cannot be used with --reStreamLogsToFiles, it will cause an error.",
141
+
" --reStreamLogsToFiles Stream or send console log output to the server as well as a log file on the agent host's filesystem. NOTE: Cannot be used with --disableLogUploads, it will cause an error.",
"LocalClockSkewed": "The local machine's clock may be out of sync with the server time by more than five minutes. Please sync your clock with your domain or internet time and try again.",
396
398
"LocalSystemAccountNotFound": "Cannot find local system account",
399
+
"LogOutputMessage": "The agent has enabled uploading logs as well as saving log to file. After the job completes, you can retrieve this step's logs at {0} on the agent.",
397
400
"Maintenance": "Maintenance",
398
401
"MaxHierarchyLevelReached": "Hierarchy level is more than supported limit {0}, truncating lower hierarchy.",
399
402
"MaxSubResultLimitReached": "Number of subresults in test case '{0}' is more than the supported limit of {1}, truncating remaining ones.",
@@ -503,6 +506,7 @@
503
506
"ResourceUtilizationWarningsIsDisabled": "Resource Utilization warnings is disabled, switch \"DISABLE_RESOURCE_UTILIZATION_WARNINGS\" variable to \"true\" if you want to enable it",
504
507
"RestartIn15SecMessage": "Restarting the machine in 15 seconds...",
505
508
"RestartMessage": "Restart the machine to launch agent and for autologon settings to take effect.",
509
+
"ReStreamLogsToFilesError": "You cannot use --disableloguploads and --reStreamLogsToFiles at the same time!",
506
510
"RetryCountLimitExceeded": "The maximum allowed number of attempts is {0} but got {1}. Retry attempts count will be decreased to {0}.",
507
511
"RMApiFailure": "Api {0} failed with an error code {1}",
508
512
"RMArtifactContainerDetailsInvalidError": "The artifact does not have valid container details: {0}",
0 commit comments