Skip to content

Commit 64d760b

Browse files
authored
Update diagnostic-services.md
1 parent e99b3ff commit 64d760b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/spring-apps/diagnostic-services.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Choose the log category and metric category you want to monitor.
3636
|Log | Description |
3737
|----|----|
3838
| **ApplicationConsole** | Console log of all customer applications. |
39-
| **SystemLogs** | Currently, only [Spring Cloud Config Server](https://cloud.spring.io/spring-cloud-config/reference/html/#_spring_cloud_config_server) logs in this category. |
39+
| **SystemLogs** | Currently, only [Spring Cloud Config Server](https://cloud.spring.io/spring-cloud-config/reference/html/#_spring_cloud_config_server) logs in this category. All available LogTypes are `ConfigServer`(Basic/Standard tier only), `ServiceRegistry`(all tiers), `ApiPortal`(Enterprise tier only), `ApplicationConfigurationService`(Enterprise tier only), `SpringCloudGateway` (Enterprise tier only), `SpringCloudGatewayOperator` (Enterprise tier only) |
4040
| **IngressLogs** | [Ingress logs](#show-ingress-log-entries-containing-a-specific-host) of all customer's applications, only access logs. |
4141
| **BuildLogs** | [Build logs](#show-build-log-entries-for-a-specific-app) of all customer's applications for each build stage. |
4242

@@ -238,7 +238,8 @@ AppPlatformSystemLogs 
238238
| limit 100
239239
```
240240

241-
To review log entries for VMware Spring Cloud Gateway Operator in Enterprise tier, run the following query:
241+
242+
There is another component named Spring Cloud Gateway Operator. It controls the lifecycle of Spring Cloud Gateway and routes. If you have any issue related why the route doesn't take effective, you may check the logs here. To review log entries for VMware Spring Cloud Gateway Operator in Enterprise tier, run the following query:
242243
243244
```sql
244245
AppPlatformSystemLogs 

0 commit comments

Comments
 (0)