Clientlog Configuration
Introduction
The Infinite Scale clientlog service is responsible for composing machine-readable notifications for clients. Clients are apps and web interfaces.
The Log Service Ecosystem
Log services like the activitylog, clientlog, sse and userlog are responsible for composing notifications for a certain audience.
| Log services and their tasks | |
|---|---|
This service stores events per resource. These can be retrieved to show item activities. |
|
This service composes machine-readable messages, so clients can act without the need to query the server. |
|
This service stores events and allows other services to retrieve them via an event ID. |
|
This service is only responsible for sending these messages. It does not care about their form or language. |
|
userlog 2 |
This service translates and adjusts messages to be human-readable. |
Services may depend on each other:
-
The
activitylogservice requires theeventhistoryservice. -
The
userlogservice is configured by default to use both theeventhistoryandsseservice. It can be configured to use both, the one, or the other.
Clientlog Events
The messages the clientlog service sends are intended for use by clients, not by users. The client might for example be informed that a file has finished post-processing. With that, the client can make the file available to the user without additional server queries.
Event Bus Configuration
The Infinite Scale event bus can be configured by a set of environment variables.
|
Note that for each global environment variable, a service-based one might be available additionally. For precedences see Environment Variable Notes. Check the configuration section below.
Without the aim of completeness, see the list of environment variables to configure the event bus:
| Envvar | Description |
|---|---|
|
The address of the event system. |
|
The clusterID of the event system. Mandatory when using NATS as event system. |
|
Enable TLS for the connection to the events broker. |
|
Whether to verify the server TLS certificates. |
|
The username to authenticate with the events broker. |
|
The password to authenticate with the events broker. |
Configuration
Environment Variables
The clientlog service is configured via the following environment variables. Read the Environment Variable Types documentation for important details. Column IV shows with which release the environment variable has been introduced.
404: Not Found
YAML Example
-
Note the file shown below must be renamed and placed in the correct folder according to the Configuration File Naming conventions to be effective.
-
See the Notes for Environment Variables if you want to use environment variables in the yaml file.