Как изменить срок хранения файлов журнала с 1 дня на 5?
<!-- Enable features -->
<featureManager>
<feature>localConnector-1.0</feature>
<feature>webProfile-7.0</feature>
</featureManager>
// получит расположение сервера
// Имя файла
<!-- To access this server from a remote client add a host attribute to the following element, e.g. host="*" -->
<httpEndpoint id="defaultHttpEndpoint" httpPort="9077" httpsPort="94710" />
<variable name="defaultHostName" value="000001" />
<!-- Automatically expand WAR files and EAR files -->
<applicationManager autoExpand="true"/>
<enterpriseApplication id="Tiii.ear" location="Tiii.ear" name="Tiii_EAR"/>
<logging maxFileSize="20" maxFiles="4" copySystemStreams="false"/>