docs: improve headings and context in Cloud docs (#13757)
This commit is contained in:
@@ -7,11 +7,11 @@ export const metadata = {
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
In this guide, you'll learn how to view and manage your environment's logs in Cloud.
|
||||
In this guide, you'll learn how to view and manage your Cloud environment's logs.
|
||||
|
||||
## Logs Overview
|
||||
|
||||
Logs are output messages from your Medusa application's build and runtime processes for an environment's deployments.
|
||||
Logs are output messages from your Medusa application's build and runtime processes for a Cloud environment's deployments.
|
||||
|
||||
They include messages logged throughout your application's lifecycle, including messages during the build process, application startup, and runtime operations.
|
||||
|
||||
@@ -26,7 +26,7 @@ There are two types of logs for your environment's deployments:
|
||||
|
||||
---
|
||||
|
||||
## View Build Logs
|
||||
## View Build Logs on Cloud
|
||||
|
||||
Build logs help you identify issues when a deployment fails with the status "Build failed". They can help you debug the build process and understand why the deployment didn't succeed.
|
||||
|
||||
@@ -43,7 +43,7 @@ This will open the deployment details page, where you can see the build logs. Th
|
||||
|
||||

|
||||
|
||||
### Search Build Logs
|
||||
### Search Build Logs on Cloud
|
||||
|
||||
You can search the build logs using the search bar at the top right of the "Build logs" section. This is useful for finding specific messages or errors in the logs.
|
||||
|
||||
@@ -53,7 +53,7 @@ When you enter the search term, you'll see how many results match your search. Y
|
||||
|
||||

|
||||
|
||||
### Expand and Collapse Build Logs
|
||||
### Expand and Collapse Build Logs on Cloud
|
||||
|
||||
Logs for steps in the build process can be expanded or collapsed to improve readability. This is useful when you have many log messages and want to focus on specific parts of the build process.
|
||||
|
||||
@@ -69,7 +69,7 @@ In addition, you can expand or collapse individual steps by clicking the arrow n
|
||||
|
||||

|
||||
|
||||
### Pause Build Logs
|
||||
### Pause Build Logs on Cloud
|
||||
|
||||
When you view the build logs while the build is still in progress, you can pause the logs to stop them from updating in real time. This is useful if you find a log message that you want to read more closely without it being pushed out of view by new log messages.
|
||||
|
||||
@@ -77,7 +77,7 @@ To pause the build logs, click the "Pause" button at the bottom right of the pag
|
||||
|
||||

|
||||
|
||||
### Download Build Logs
|
||||
### Download Build Logs on Cloud
|
||||
|
||||
You can download the build logs as a `.log` file for offline analysis, sharing with your team, or sharing with Cloud support if you need help debugging a build issue.
|
||||
|
||||
@@ -87,7 +87,7 @@ To download build logs, click the <InlineIcon Icon={ArrowDownTray} alt="download
|
||||
|
||||
---
|
||||
|
||||
## View Runtime Logs
|
||||
## View Runtime Logs on Cloud
|
||||
|
||||
Runtime logs are useful for debugging the live deployment of an environment, especially when the deployment's status is "Deploy failed". They include logs for:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user