...
There are two ways to configure logging. Updating the application.yaml file, requires a POD restart and the changes survives a POD restart. There is also a REST API, where the changes does not require a POD restart, but the changes will not survive a POD restart.
The contents of log can be read by command:
>kubectl logs enrichmentservice-0 --namespace nonrtric
Updating configuration file application.yaml
...
There are two ways to configure logging. Updating the application.yaml file, requires a POD restart and the changes survives a POD restart. There is also a REST API, where the changes does not require a POD restart, but the changes will not survive a POD restart.
The contents of log can be read by command:
>kubectl logs policymanagementservice-0 --namespace nonrtric
Updating configuration file application.yaml
...