Skip to content

Commit 74f83da

Browse files
committed
improve monitoring services tutorial
1 parent c1aab76 commit 74f83da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorials/monitoring-your-services.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sidebar_position: 400
33
title: Monitoring Your Services
4-
description: How to monitoring services deployed with Defang
4+
description: How to monitor services deployed with Defang
55
---
66

77
# Monitoring Your Services
@@ -10,13 +10,13 @@ description: How to monitoring services deployed with Defang
1010

1111
When deploying to Playground, you can monitor your service status from the [Defang Portal](https://portal.defang.dev).
1212

13-
When deploying to your own cloud, the primary way to monitor your services is through your cloud provider's dashboard. Defang does, however, provide some tools for monitoring your service logs.
13+
When deploying to your own cloud, the primary way to monitor your services is through your cloud provider's dashboard. However, Defang does provide some tools for monitoring your service logs.
1414

1515
## Logs
1616

1717
When deploying to Playground, your service's logs may be viewed in the [Defang Portal](https://portal.defang.dev).
1818

19-
By default, all the output (stdout and stderr) from your app is logged. You can view these logs in real-time or for a time in the past. You can view logs for all your services, one service, or even one specific deployment of a service.
19+
By default when deploying, including to your own cloud, all output (stdout and stderr) from your app is logged and accessible via the [Defang CLI](/docs/getting-started#install-the-defang-cli). You can view these logs in real-time or for a time in the past. You can view logs for all your services, one service, or even one specific deployment of a service.
2020

2121
### Tailing Live Logs For All Services
2222

0 commit comments

Comments
 (0)