Configuration parameters for the log server may come from three sources:
1. A configuration object
2. Environment variables
3. Hard coded default value
This means that the configuration object cannot be used to see the actual configuration.
A runtime object that shows the actual configuration shall be added.
Note:
For this to work correctly after an upgrade (e.g. an attribute is added) both the configuration object and the runtime object class must be updated. The log service shall perform normal service even if the runtime object class is not updated however the new attribute will not be shown. It is also possible that the objects will be upraded before the code but that shall not affect the log service. Attributes not supported will be shown as <empty></empty>
changeset: 6751:f0d701a62f1e
tag: tip
user: Lennart Lund lennart.lund@ericsson.com
date: Thu Aug 20 16:44:22 2015 +0200
summary: log: Create runtime object to display log configuration [#1393]
rev: 639a1323fb0501ebc36720404ed20bb2df072a19
Related
Tickets:
#1393