The logger microservice Docker image exposes the NestJS logger ingestion API
on port 4003 by default.
LOGGER_CONFIG_PATHLOGGER_HOSTNAMELOGGER_PORTLOGGER_CORS_ALLOW_ORIGINLOGGER_CORS_ALLOW_CREDENTIALSLOGGER_AUTH_TOKENLOGGER_TLSLOGGER_CERTS_DIRLOGGER_LOG_FILE_PATHLOGGER_MAX_PAYLOAD_BYTESLOGGER_THROTTLE_TTLLOGGER_THROTTLE_LIMITMount a host directory to /dtaas/logger/logs to persist captured events.
The throttle uses the TCP peer address. When the service is behind a reverse
proxy, this is a shared budget for all proxied requests; size
LOGGER_THROTTLE_LIMIT for the expected aggregate workload.
When LOGGER_TLS=true, also mount a cert directory to
/dtaas/logger/certs (or another directory pointed to by
LOGGER_CERTS_DIR). Missing cert/key files are generated automatically.
Content type
Image
Digest
sha256:f030fe0f2…
Size
107.9 MB
Last updated
7 days ago
docker pull prasadtalasila/logger-ms