Did track that work here [0] and successfully created a configuration very similar to what SlingLogPanel creates, however, it seems that
org.osgi.service.cm.Configuration.update(dict) from sling pipes bundle does not trigger LoggerManagedServiceFactory.updated The only difference I see from the configuration is the bundleLocation property. Am I right to assume this will somehow not work because the event comes from a different bundle? [0] https://issues.apache.org/jira/browse/SLING-6861 > On 28 Apr 2017, at 15:57, Nicolas Peltier <[email protected]> wrote: > > Hi, > > For sling pipes, I’d like the possibility at each execution to create a log > file. > Instead of re-inventing the wheel, I figured out I could just create a > specific logger for the time being of the pipe execution, with configured log > level & so on. > > Is it possible at all? > > Nicolas >
