Skip to content

Commit

Permalink
[EAK-422] Created a dedicated log configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
smiakchilo committed Feb 8, 2024
1 parent 5b42811 commit f7eeddf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="sling:Folder"/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0"
xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="sling:OsgiConfig"
org.apache.sling.commons.log.file="logs/eak.log"
org.apache.sling.commons.log.level="info"
org.apache.sling.commons.log.names="[com.exadel.aem.toolkit]"
org.apache.sling.commons.log.pattern="\{0,date,yyyy-MM-dd HH:mm:ss.SSS} {4} [{3}] {5}" />

0 comments on commit f7eeddf

Please sign in to comment.