Skip to content

Commit

Permalink
Remove OXIDICOM_VERBOSE and add OXIDICOM_DEV_SLEEP
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Sep 23, 2024
1 parent f2b07d7 commit 0307a1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/oxidicom/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ The other variables are either for optional features or performance tuning.
| `OXIDICOM_SCP_MAX_PDU_LENGTH` | Maximum PDU length |
| `OXIDICOM_LISTENER_THREADS` | Maximum number of concurrent SCU clients to handle. (see [Performance Tuning]) |
| `OXIDICOM_LISTENER_PORT` | TCP port number to listen on |
| `OXIDICOM_VERBOSE` | Set as `yes` to show debugging messages |
| `OXIDICOM_DEV_SLEEP` | Duration to sleep between sending [LONK] notifications. **Only useful for development purposes.** |
| `TOKIO_WORKER_THREADS` | Number of threads to use for the async runtime |
| `OTEL_EXPORTER_OTLP_ENDPOINT` | OpenTelemetry Collector gRPC endpoint |
| `OTEL_RESOURCE_ATTRIBUTES` | Resource attributes, e.g. `service.name=oxidicom-test` |
| `RUST_LOG` | Logging verbosity, set `oxidicom=info` to turn on verbose messages. |

[humantime]: https://docs.rs/humantime/2.1.0/humantime/fn.parse_duration.html
[Performance Tuning]: #performance-tuning
[LONK]: ./lonk.md

See [src/settings.rs](https://github.com/FNNDSC/oxidicom/blob/master/src/settings.rs) for the source of truth on the table above and default values of optional settings.

Expand Down

0 comments on commit 0307a1d

Please sign in to comment.