...
The contents of log can be read by command:
>kubectl logs enrichmentservice-0 --namespace nonrtric
Updating of the configuration file application.yaml
Debug logging can be configured by a file; application.yaml. This file can in turn be updated by means of a config map named enrichmentservice-configmap.
...
The contents of log can be read by command:
>kubectl logs policymanagementservice-0 --namespace nonrtric
Updating of the configuration file application.yaml
Debug logging in the the PMS can be configured the same was as for the Enrichment Coordinator Service (described above). The difference is that the name of the config map is policymanagementservice-configmap-config.
...