SLING-2193 - adding JUL support (optionally if framework property org.apache.sling.commons.log.julenabled is "true")

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1169918 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/test/config/sling.properties b/src/test/config/sling.properties
index 3959e83..ca68355 100644
--- a/src/test/config/sling.properties
+++ b/src/test/config/sling.properties
@@ -14,4 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-sling.system.packages.class.com.vladium.emma.rt.RT=com.vladium.emma.rt
\ No newline at end of file
+sling.system.packages.class.com.vladium.emma.rt.RT=com.vladium.emma.rt
+org.apache.sling.commons.log.julenabled=true
\ No newline at end of file