Hi!

I am using the Apache Felix LogService and would like to configure the LogService, so that DEBUG messages are also stored in memory and to increase the maximal size of the history.
On the page: http://felix.apache.org/site/apache-felix-log-service.html

there was this information listed:
org.apache.felix.log.maxSize 100 The maximum size of the log history.
org.apache.felix.log.storeDebug false Determines whether or not debug messages will be stored in the history.

So I checked the services using:
inspect s c 5
Apache Felix Log Service (5) provides services:
-----------------------------------------------
objectClass = org.osgi.service.log.LogService
service.id = 25
----
objectClass = org.osgi.service.log.LogReaderService
service.id = 26

And seems that the LogService is not a ManagedService, no PID exposed.
How can I change these parameters in a programmatic way?

Regards,
Vlatko

Reply via email to