docs: update logs in delpoyment

[DOCS-1462]: https://hasurahq.atlassian.net/browse/DOCS-1462?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10359
GitOrigin-RevId: 5f71094155f6bbf9e293976ec2708664badbefc3
This commit is contained in:
Rob Dominguez 2023-10-05 08:03:59 -05:00 committed by hasura-bot
parent cca591a7f9
commit a5d49836e7
2 changed files with 17 additions and 15 deletions

View File

@ -485,16 +485,17 @@ List of [APIs](/api-reference/overview.mdx) to be enabled on a Hasura GraphQL En
### Enabled Log Types
List of [log types](/deployment/logging.mdx#log-types) to enable.
The options below represent log types on the Community Edition. Enterprise-specific log types - and descriptions of all
log types — can be found [here](/deployment/logging.mdx#log-types).
| | |
| ------------------- | ----------------------------------------------------- |
| **Flag** | `--enabled-log-types <LOG_TYPES>` |
| **Env var** | `HASURA_GRAPHQL_ENABLED_LOG_TYPES` |
| **Accepted values** | String (Comma-separated) |
| **Options** | `startup`, `http-log`, `webhook-log`, `websocket-log` |
| **Default** | `startup, http-log, webhook-log, websocket-log` |
| **Supported in** | CE, Enterprise Edition |
| | |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Flag** | `--enabled-log-types <LOG_TYPES>` |
| **Env var** | `HASURA_GRAPHQL_ENABLED_LOG_TYPES` |
| **Accepted values** | String (Comma-separated) |
| **Options** | `startup`, `http-log`, `webhook-log`, `websocket-log`, `query-log`, `execution-log`, `livequery-poller-log`, `action-handler-log`, `data-connector-log`, `jwk-refresh-log`, `validate-input-log` |
| **Default** | `startup, http-log, webhook-log, websocket-log`, `jwk-refresh` |
| **Supported in** | CE, Enterprise Edition |
### Events HTTP Pool Size
@ -651,12 +652,12 @@ This variable sets the level for [Hasura's logs](/deployment/logging.mdx#logging
The [maximum cache size](/caching/enterprise-caching.mdx), measured in MB, for queries.
| | |
| ------------------- | ------------------------------------------------------------------------------------------------- |
| **Flag** | `--max-cache-size <SIZE_IN_MB>` |
| **Env var** | `HASURA_GRAPHQL_MAX_CACHE_SIZE` |
| **Accepted values** | Integer (Representing cache size measured in MB) |
| **Default** | `1` |
| | |
| ------------------- | -------------------------------------------------------------------------------------- |
| **Flag** | `--max-cache-size <SIZE_IN_MB>` |
| **Env var** | `HASURA_GRAPHQL_MAX_CACHE_SIZE` |
| **Accepted values** | Integer (Representing cache size measured in MB) |
| **Default** | `1` |
| **Supported in** | **Enterprise Edition**, **Cloud**: Professional tier is set to `100` MB as the default |
### Metadata Database Extension Schema

View File

@ -65,6 +65,7 @@ The Community Edition log-types that can be enabled/disabled are:
| `action-handler-log` | Logs information and errors about Action webhook handlers | `info` |
| `data-connector-log` | Logs debugging information communicated by data connectors | `debug` |
| `jwk-refresh-log` | Logs information and errors about periodic refreshing of JWK | `info` and `error` |
| `validate-input-log` | Logs information and errors about input validation | `info` and `error` |
The Enterprise Edition log-types that can be enabled/disabled are: