...
There are two ways to configure logging.
- Updating the application.yaml file, which requires a POD restart.
...
- By invoking a REST API
...
- . The changes takes effect immediately, but the changes will not survive a POD restart.
The contents of the log can be read by command:
>kubectl logs enrichmentservice-0 --namespace nonrtric
...
There are two ways to configure logging.
- Updating the application.yaml file, which requires a POD restart.
...
- By invoking a REST API
...
- . The changes takes effect immediately, but the changes will not survive a POD restart.
The contents of the log can be read by command:
>kubectl logs policymanagementservice-0 --namespace nonrtric
...