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
@@ -330,6 +330,65 @@ Copy the SSH private key for your Git provider
330
330
{:start="5"}
331
331
1. Click **Update Credentials**.
332
332
333
+
## View/download logs for GitOps Runtimes
334
+
Logs are available for installed GitOps Runtimes, both for the Runtime and for individual Runtime components. Download log files for offline viewing and analysis, or view online logs for a Runtime component and download if needed for offline analysis. Online logs support free-text search, search-result navigation, and line-wrap for enhanced readability.
335
+
336
+
Log files include events from the date of the application launch, with the newest events listed first.
337
+
338
+
339
+
340
+
### Download logs for GitOps Runtimes
341
+
Download the log file for a GitOps Runtime. The Runtime log is downloaded as a `.tar.gz` file, which contains the individual log files for each runtime component.
342
+
343
+
1. In the Codefresh UI, on the toolbar, click the **Settings** icon.
344
+
1. From Runtimes in the sidebar, select [**GitOps Runtimes**](https://g.codefresh.io/2.0/account-settings/runtimes){:target="\_blank"}.
345
+
1. If needed, switch to **List View**, and then select the runtime for which to download logs.
346
+
1. From the context menu, select **Download All Logs**.
347
+
The log file is downloaded to the Downloads folder or the folder designated for downloads, with the filename, `<runtime-name>.tar.gz`. For example, `codefreshv2-production2.tar.gz`.
348
+
349
+
### View/download logs for Runtime components
350
+
View online logs for any Runtime component, and if needed, download the log file for offline viewing and analysis.
351
+
352
+
>**NOTE**
353
+
Downloading logs for Runtime components is supported from Runtime v0.1.39 and higher.
354
+
355
+
Online logs show up to 1000 of the most recent events (lines), updated in real time. Downloaded logs include all the events, from the date and time of application launch to the date and time of download.
356
+
357
+
1. In the Codefresh UI, on the toolbar, click the **Settings** icon.
358
+
1. From Runtimes in the sidebar, select [**GitOps Runtimes**](https://g.codefresh.io/2.0/account-settings/runtimes){:target="\_blank"}.
359
+
1. If needed, switch to **List View**, and then select the Runtime.
360
+
1. In the Runtime Components tab, from the context menu of the required component, select **View Logs**.
caption="Online log example for runtime component"
385
+
max-width="60%"
386
+
%}
387
+
388
+
{:start="5"}
389
+
1. To download the log, click **Download**.
390
+
The file is downloaded as `<component-name>.log`.
391
+
333
392
## Reset Shared Configuration Repository for GitOps Runtimes
334
393
Codefresh creates and validates the [Shared Configuration Repository]({{site.baseurl}}/docs/installation/gitops/shared-configuration) when you install the first Hybrid or Hosted GitOps Runtime for your account, and uses it for all GitOps Runtimes you add to the same account.
335
394
@@ -536,114 +595,9 @@ Uninstalling a GitOps Runtime permanently removes:
536
595
537
596
538
597
539
-
## (Helm GitOps) Download logs for GitOps Runtimes
540
598
541
-
Download the logs for a completed GitOps Runtime installation.<br>
542
-
The Runtime log is downloaded as a `.tar.gz` file, which contains the individual log files for each runtime component.
543
599
544
-
1. In the Codefresh UI, on the toolbar, click the **Settings** icon, expand Runtimes in the sidebar, and select [**GitOps Runtimes**](https://g.codefresh.io/2.0/account-settings/runtimes){:target="\_blank"}.
545
-
1. If needed, switch to **List View**, and then select the runtime for which to download logs.
546
-
1. From the context menu, select **Download All Logs**.
547
-
The log file is downloaded to the Downloads folder or the folder designated for downloads, with the filename, `<runtime-name>.tar.gz`. For example, `codefreshv2-production2.tar.gz`.
548
600
549
-
{% include
550
-
image.html
551
-
lightbox="true"
552
-
file="/images/runtime/helm-download-all-logs.png"
553
-
url="/images/runtime/helm-download-all-logs.png"
554
-
alt="Download all logs for installed GitOps Runtime"
555
-
caption="Download all logs for installed GitOps Runtime"
556
-
max-width="60%"
557
-
%}
558
-
559
-
<!---
560
-
## (Legacy CLI Hybrid GitOps) View/download logs for GitOps Runtimes
561
-
Logs are available for completed Runtimes, both for the runtime and for individual runtime components. Download log files for offline viewing and analysis, or view online logs for a Runtime component, and download if needed for offline analysis. Online logs support free-text search, search-result navigation, and line-wrap for enhanced readability.
562
-
563
-
Log files include events from the date of the application launch, with the newest events listed first.
564
-
565
-
566
-
567
-
### Download logs for GitOps Runtimes
568
-
Download the log file for a Runtime. The Runtime log is downloaded as a `.tar.gz` file, which contains the individual log files for each runtime component.
569
-
570
-
1. In the Codefresh UI, on the toolbar, click the **Settings** icon, expand Runtimes in the sidebar, and select [**GitOps Runtimes**](https://g.codefresh.io/2.0/account-settings/runtimes){:target="\_blank"}.
571
-
1. If needed, switch to **List View**, and then select the runtime for which to download logs.
572
-
1. From the context menu, select **Download All Logs**.
573
-
The log file is downloaded to the Downloads folder or the folder designated for downloads, with the filename, `<runtime-name>.tar.gz`. For example, `codefreshv2-production2.tar.gz`.
1. Open a log file with the text editor of your choice.
603
-
604
-
605
-
606
-
### View/download logs for Runtime components
607
-
View online logs for any Runtime component, and if needed, download the log file for offline viewing and analysis.
608
-
609
-
Online logs show up to 1000 of the most recent events (lines), updated in real time. Downloaded logs include all the events, from the application launch to the date and time of download.
610
-
611
-
1. In the Codefresh UI, on the toolbar, click the **Settings** icon, expand Runtimes in the sidebar, and select [**GitOps Runtimes**](https://g.codefresh.io/2.0/account-settings/runtimes){:target="\_blank"}.
612
-
1. If needed, switch to **List View**, and then select the Runtime.
613
-
1. Select the Runtime component and then select **View Logs**.