Re: Directing Sling job logging output to separate files?

2017-09-15 Thread John Logan
Thanks, Chetan. Actually, I ran into a problem where I need to create a subclass of SiftingAppender to ensure that the appender is closed at the end of a log session, so it looks like configuring the logging via OSGI instead of a custom logback.xml might make more sense. >From looking at the

Re: New Resource Provider SPI - limitations

2017-09-15 Thread Carsten Ziegeler
Hi, to simplify the processing of providers we removed the explicit fallback to a "higher" provider. However, your resource provider gets a context which it can use to get a resource from a higher provider. So instead of returning null you explicitely call the parent and return that result from