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
* Add share logs optionAdded task for share logs option for pipeline builds* Update monitoring-pipelines.mdMore content edits* Update monitoring-pipelines.md* Update monitoring-pipelines.mdAdded note on date of availability of share logs functionality* Update monitoring-pipelines.mdAdded note with details on date of availability\* Update monitoring-pipelines.md* Update monitoring-pipelines.md* Update monitoring-pipelines.md
Copy file name to clipboardExpand all lines: _docs/pipelines/monitoring-pipelines.md
+51-2Lines changed: 51 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,8 +237,10 @@ View logs for running and completed builds and download them in HTML or text for
237
237
You can view logs online, for the entire build or for single or specific steps in the build. Similarly, you can download the logs for the entire build, or for single or specific steps.
238
238
The Filter Logs option is useful to view and manage logs, especially for large builds as there is a max size limit for logs. You can also search logs.
239
239
240
-
>Note:
241
-
The max log size for the entire build is 100MB, and 20MB per step. The system stops generating logs once the build size is exceeded.
240
+
You can also[share logs](#sharing-log-urls-for-pipeline-builds) with other users logged in to the same account.
241
+
242
+
>**NOTE**:
243
+
The max log size for the entire build is 100MB, and 20MB per step. The system stops generating logs once the build size exceeds the maximum permitted.
242
244
For large builds, it is easier to filter the logs by single or multiple steps, and then view/download them.
243
245
244
246
1. In the**Builds** page, select a build.
@@ -258,6 +260,53 @@ caption="Build log in Codefresh"
258
260
max-width="60%"
259
261
%}
260
262
263
+
###Sharing log URLs for pipeline builds
264
+
Resolve issues in pipeline builds more efficiently and quickly by sharing relevant log segments with your colleagues.
265
+
Select the part of the log and share the generated URL with members logged in to the same account. The URL opens to the exact location in the build log that you selected.
266
+
267
+
>**IMPORTANT**:
268
+
This functionality requires timestamps for build logs which will be enabled for all Codefresh accounts. Enabling timestamps in logs can affect any automation you may have created based on log outputs without timestamps. To opt out of timestamps in logs, please contact Codefresh Support.
269
+
270
+
This functionality will be available to all customers starting December 14.
271
+
272
+
273
+
274
+
>**NOTE**:
275
+
Users with whom you share the logs must be logged in to the same account.
276
+
277
+
**Before you begin**
278
+
* Make sure build logs have timestamps
279
+
280
+
**How to**
281
+
1. In the**Builds** page, select a build.
282
+
1. To view logs online for the selected build, click**Output** in the lower part of the Build page.