Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Information Coordinator Service

There are two ways to configure logging.

...

Code Block
languagebash
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.

...

A POD restart is required for the change to take place.

Configuring logging using the REST API

Debug logging can also be configured by using REST. This does not require a POD restart. The configuration will on the other hand revert to the default after a POD restart.  Here follows an example on how to enable debug level tracing on the whole component (all classes in the org.oransc.enrichment  package):

...

Code Block
languagebash
kubectl get service -n nonrtric

Policy Management Service

There are two ways to configure logging.

...

Code Block
languagebash
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.

Configuring logging using the REST API

In the same was for the PMS, debug logging can also be configured by using REST. This does not require a POD restart. The traces will on the other hand revert to the default after a POD restart.  Here follows an example on how to enable debug level tracing on the whole component (all classes in the org.onap.ccsdk.oran.a1policymanagementservice package):

...

Code Block
languagebash
kubectl describe pod policymanagementservice-0 -n nonrtric


DMaaP Adaptor Service

In the same was as the other springboot services, there are two ways to configure logging.

...

Code Block
languagebash
kubectl logs dmaapadapterservice-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 dmaapadapterservice-configmap-config.

Configuring logging using the REST API

In the same was for the PMS, debug logging can also be configured by using REST. This does not require a POD restart. The traces will on the other hand revert to the default after a POD restart.  Here follows an example on how to enable debug level tracing on the whole component (all classes in the org.oran.dmaapadapter package):

...