<LoggingService> 
    <Filter> 
        <SeverityErrorFilter> 
            <Classname> com.sap.vmc.logging.impl.pluggable.logical.SeverityFilter
            </Classname>
            <Severity> Error
            </Severity>
        </SeverityErrorFilter>
    </Filter>
    <Archiver> 
        <KeepNArchiver> 
            <Classname> com.sap.vmc.logging.impl.pluggable.physical.KeepNArchiver
            </Classname>
            <Destination> logs
            </Destination>
            <Configuration> n=3
            </Configuration>
        </KeepNArchiver>
    </Archiver>
    <Formatter> 
        <LogFormatter> 
            <LineSeparator code="&#xD;&#xA;"/>
            <LineWrapSeparator code=" \&#xD;&#xA;"/>
            <LineWrapLength> 129 </LineWrapLength>
            <Classname> com.sap.vmc.logging.impl.pluggable.physical.LogFormatter
            </Classname>
        </LogFormatter>
        <DevTraceFormatter> 
            <LineSeparator code="&#xD;&#xA;"/>
            <LineWrapSeparator code=" \&#xD;&#xA;"/>
            <LineWrapLength> 129 </LineWrapLength>
            <Classname> com.sap.vmc.logging.impl.pluggable.physical.DevTraceFormatter
            </Classname>
        </DevTraceFormatter>
        <TraceFormatter> 
            <LineSeparator code="&#xD;&#xA;"/>
            <LineWrapSeparator code=" \&#xD;&#xA;"/>
            <LineWrapLength> 129 </LineWrapLength>
            <Classname> com.sap.vmc.logging.impl.pluggable.physical.TraceFormatter
            </Classname>
        </TraceFormatter>
        <PlainTextFormatter> 
            <LineSeparator code=""/> 
            <Classname> com.sap.vmc.logging.impl.pluggable.physical.PlainTextFormatter
            </Classname>
        </PlainTextFormatter>
    </Formatter>
    <Writer> 
        <DevTraceWriter> 
            <Formatter> DevTraceFormatter
            </Formatter>
            <Destination> 
            </Destination>
            <Encoding> Cp1252
            </Encoding>
            <Classname> com.sap.vmc.logging.impl.pluggable.physical.DevTraceWriter
            </Classname>
        </DevTraceWriter>
        <TraceWriter> 
            <Formatter> TraceFormatter
            </Formatter>
            <Destination> vmc_w%w.trc
            </Destination>
            <Encoding> Cp1252
            </Encoding>
            <Indexing> true
            </Indexing>
            <MaxSize> 16777216
            </MaxSize>
            <Append> false
            </Append>
            <Archiver> KeepNArchiver
            </Archiver>
            <Classname> com.sap.vmc.logging.impl.pluggable.physical.WorkProcessFileWriter
            </Classname>
        </TraceWriter>
        <LogWriter> 
            <Formatter> LogFormatter
            </Formatter>
            <Destination> vmc_w%w.log
            </Destination>
            <Encoding> Cp1252
            </Encoding>
            <MaxSize> 16777216
            </MaxSize>
            <Indexing> true
            </Indexing>
            <Append> false
            </Append>
            <Archiver> KeepNArchiver
            </Archiver>
            <Classname> com.sap.vmc.logging.impl.pluggable.physical.WorkProcessFileWriter
            </Classname>
        </LogWriter>
        <VMC_RFCTraceWriter> 
            <Formatter> TraceFormatter
            </Formatter>
            <Destination> vmc_rfc_w%w.trc
            </Destination>
            <Encoding> Cp1252
            </Encoding>
            <MaxSize> 16777216
            </MaxSize>
            <Indexing> true
            </Indexing>
            <Append> false
            </Append>
            <Archiver> KeepNArchiver
            </Archiver>
            <Classname> com.sap.vmc.logging.impl.pluggable.physical.WorkProcessFileWriter
            </Classname>
        </VMC_RFCTraceWriter>
        <RFCTraceWriter> 
            <Formatter> PlainTextFormatter
            </Formatter>
            <Destination> dev_jrfc%w.trc
            </Destination>
            <Encoding> Cp1252
            </Encoding>
            <MaxSize> 16777216
            </MaxSize>
            <Indexing> true
            </Indexing>
            <Append> false
            </Append>
            <Archiver> KeepNArchiver
            </Archiver>
            <Classname> com.sap.vmc.logging.impl.pluggable.physical.WorkProcessFileWriter
            </Classname>
        </RFCTraceWriter>
    </Writer>
    <PhysicalLogs> 
        <RootLog> 
            <Filter> 
            </Filter>
            <Writer> LogWriter
            </Writer>
            <FlushMode> Warning
            </FlushMode>
            <Indexing> true
            </Indexing>
        </RootLog>
        <RootTrace> 
            <Filter> 
            </Filter>
            <Writer> TraceWriter
            </Writer>
            <FlushMode> Warning
            </FlushMode>
            <Indexing> true
            </Indexing>
        </RootTrace>
        <DevTrace> 
            <Filter> 
            </Filter>
            <Writer> DevTraceWriter
            </Writer>
        </DevTrace>
        <DevTraceFiltered> 
            <Filter> SeverityErrorFilter
            </Filter>
            <Writer> DevTraceWriter
            </Writer>
        </DevTraceFiltered>
        <VMC_RFCTrace> 
            <Filter> 
            </Filter>
            <Writer> VMC_RFCTraceWriter
            </Writer>
            <FlushMode> Warning
            </FlushMode>
            <Indexing> true
            </Indexing>
        </VMC_RFCTrace>
        <RFCTrace> 
            <Filter> 
            </Filter>
            <Writer> RFCTraceWriter
            </Writer>
            <FlushMode> Warning
            </FlushMode>
            <Indexing> true
            </Indexing>
        </RFCTrace>
    </PhysicalLogs>
    <LogicalLogs> 
        <RootLocation> 
            <Name> 
            </Name>
            <PhysicalLogs> RootTrace
            </PhysicalLogs>
        </RootLocation>
        <RootCategory> 
            <Name> /
            </Name>
            <PhysicalLogs> RootLog
            </PhysicalLogs>
            <InitialSeverity> Error
            </InitialSeverity>
        </RootCategory>
	<SystemSecurityCategory>
            <Name> /System/Security
            </Name>
            <PhysicalLogs> RootLog
            </PhysicalLogs>
            <InitialSeverity> Warning
            </InitialSeverity>
	</SystemSecurityCategory>
	<ApplicationsCategory> 
            <Name> /Applications
            </Name>
            <PhysicalLogs> RootLog
            </PhysicalLogs>
        </ApplicationsCategory>

	<com.sap> 
            <Name> com.sap
            </Name>
            <PhysicalLogs> RootTrace
            </PhysicalLogs>
        </com.sap>
        <com.sap.vmc> 
            <Name> com.sap.vmc
            </Name>
            <PhysicalLogs> RootTrace;DevTraceFiltered
            </PhysicalLogs>
        </com.sap.vmc>
        <com.sap.vmc.rfc> 
            <Name> com.sap.vmc.rfc
            </Name>
            <PhysicalLogs> VMC_RFCTrace;DevTraceFiltered
            </PhysicalLogs>
        </com.sap.vmc.rfc>
        <com.sap.conn> 
            <Name> com.sap.conn
            </Name>
            <PhysicalLogs> RFCTrace;DevTraceFiltered
            </PhysicalLogs>
        </com.sap.conn>
        <com.sap.security> 
            <Name> com.sap.security </Name>
            <PhysicalLogs> RootTrace </PhysicalLogs>
        </com.sap.security>
    </LogicalLogs>
</LoggingService>
