Skip to content

Commit 39ab5ee

Browse files
committed
Explanation of diagnosti logs url
1 parent 0dc3190 commit 39ab5ee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/server/environment/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ Other settings related to data management.
128128
| `PROJECT_ACCESS_REQUEST` | integer | `604800` | Lifetime of active project access request in seconds. |
129129
| `TEMP_EXPIRATION` | integer | `7` | Time in days after files in a temporary folder are permanently deleted. |
130130

131-
132131
## Celery asynchronous tasks
133132
Mergin Maps is using Celery and Redis to perform asynchronous tasks or doing regular jobs.
134133

@@ -137,6 +136,13 @@ Mergin Maps is using Celery and Redis to perform asynchronous tasks or doing reg
137136
|`BROKER_URL` |string|`redis://merginmaps-redis:6379/0`| Connection details to celery message broker. If non-default, it should match definition in `docker-compose` file. |
138137
|`CELERY_RESULT_BACKEND`|string|`redis://merginmaps-redis:6379/0`| Connection details to celery result back-end broker. If non-default, it should match definition in `docker-compose` file. |
139138

139+
## Diagnostic logs
140+
Users of Mergin Maps plugin and Mergin Maps mobile application are able to send diagnostic logs from their devices. In custom deployments are logs stored in `diagnostic_logs` folder. If you want to send these logs to Mergin Maps instead of storing locally, set `DIAGNOSTIC_LOGS_URL` variable to `https://api.merginmaps.com/logs`.
141+
142+
| Variable name | Type | Default | Description |
143+
|--------------------------|----------|-------------------------------|--------------------------------|
144+
| `DIAGNOSTIC_LOGS_URL` | string | `` | Enable sending diagnost logs from clients to defined url instead of folder in deployment. Set to `https://api.merginmaps.com/logs` to send diagnostic logs to Mergin Maps. |
145+
140146
## WebMaps
141147
<ServerType type="EE" />
142148

0 commit comments

Comments
 (0)