You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/server/environment/index.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,6 @@ Other settings related to data management.
128
128
|`PROJECT_ACCESS_REQUEST`| integer |`604800`| Lifetime of active project access request in seconds. |
129
129
|`TEMP_EXPIRATION`| integer |`7`| Time in days after files in a temporary folder are permanently deleted. |
130
130
131
-
132
131
## Celery asynchronous tasks
133
132
Mergin Maps is using Celery and Redis to perform asynchronous tasks or doing regular jobs.
134
133
@@ -137,6 +136,13 @@ Mergin Maps is using Celery and Redis to perform asynchronous tasks or doing reg
137
136
|`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. |
138
137
|`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. |
139
138
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`.
|`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. |
0 commit comments