...
There are two ways to configure logging. Updating the application.yaml file, which requires a POD restart. There is also a REST API, where 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. There is also a REST API, where 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
...