Does this mean that in the .xml files,inside dcm4chee-ae, i need to make a code where the logs will be saved?
I only know that i used to manipulate the "jboss-log4j.xml" to include codes to log in my server.log like:
<appender name="FILE" class="org.jboss.logging.appender.RollingFileAppender">
<errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
<param name="File" value="${jboss.server.log.dir}/server.log"/> ==== > here i initiated the folder i want to save the logs.
<param name="Append" value="false"/>
<param name="MaxFileSize" value="10000KB"/>
<param name="MaxBackupIndex" value="1"/>
<!-- Limit the org.dcm4chex.arr to INFO -->
<category name="org.dcm4chex.arr">
<priority value="INFO"/>
</category>
<!-- Limit the org.infohazard category to INFO -->
<category name="org.infohazard">
<priority value="INFO"/>
</category>
<!-- Limit the org.dcm4chex.archive category to INFO -->
<category name="org.dcm4chex.archive">
<priority value="INFO"/>
</category>
<!-- Limit the org.dcm4chex.archive category to INFO -->
<category name="org.dcm4chex.cdw">
<priority value="INFO"/>
</category>
<!-- Limit the org.dcm4chex.wado to INFO -->
<category name="org.dcm4chex.wado">
<priority value="INFO"/>
</category>
<!-- Limit the org.dcm4chex.rid to INFO -->
<category name="org.dcm4chex.rid">
<priority value="INFO"/>
</category>
<!-- Limit the org.dcm4chex.xds to INFO -->
<category name="org.dcm4chex.xds">
<priority value="INFO"/>
</category>
<!-- Limit the org.dcm4cheri category to INFO -->
<category name="org.dcm4cheri">
<priority value="INFO"/>
</category>
<!-- Limit the org.dcm4che2 category to INFO -->
<category name="org.dcm4che2">
<priority value="INFO"/>
</category>
<!-- Limit the org.dcm4che.util category to INFO -->
<category name="org.dcm4che.util">
<priority value="INFO"/>
</category>
<!-- Limit the org.dcm4chee category to INFO -->
<category name="org.dcm4chee">
<priority value="INFO"/>
</category>
Thank you so much. If you want to have a vacation here in the philippines, im free to give a tour.