| Line 1: | Line 1: | ||
| − | <?xml version="1.0" encoding="UTF-8"?> | + | <?xml version="1.0" encoding="UTF-8"?> |
| − | <log:BootConfig xmlns:log="log.ecore"> | + | <log:BootConfig xmlns:log="log.ecore"> |
<log> | <log> | ||
<logConfigData> | <logConfigData> | ||
| Line 44: | Line 44: | ||
</precreatedStreamsData> | </precreatedStreamsData> | ||
</log> | </log> | ||
| − | </log:BootConfig> | + | </log:BootConfig> |
Revision as of 13:44, 21 May 2007
<?xml version="1.0" encoding="UTF-8"?>
<log:BootConfig xmlns:log="log.ecore">
<log>
<logConfigData>
<maximumStreams>256</maximumStreams>
<maximumComponents>256</maximumComponents>
<maximumSharedMemoryPages>20</maximumSharedMemoryPages>
<maximumRecordsInPacket>100</maximumRecordsInPacket>
</logConfigData>
<perennialStreamsData>
<stream name="appStream">
<fileName>app</fileName>
<fileLocation>*:/tmp</fileLocation>
<fileUnitSize>1500000</fileUnitSize>
<recordSize>300</recordSize>
<fileFullAction>1</fileFullAction>
<maximumFilesRotated>0</maximumFilesRotated>
<flushFreq>64</flushFreq>
<flushInterval>100000</flushInterval>
</stream>
<stream name="sysStream">
<fileName>sys</fileName>
<fileLocation>*:/tmp</fileLocation>
<fileUnitSize>1500000</fileUnitSize>
<recordSize>300</recordSize>
<fileFullAction>1</fileFullAction>
<maximumFilesRotated>0</maximumFilesRotated>
<flushFreq>64</flushFreq>
<flushInterval>100000</flushInterval>
</stream>
</perennialStreamsData>
<precreatedStreamsData>
<stream name="test">
<fileName>testFile</fileName>
<fileLocation>*:/tmp</fileLocation>
<fileUnitSize>1500000</fileUnitSize>
<recordSize>300</recordSize>
<fileFullAction>1</fileFullAction>
<maximumFilesRotated>0</maximumFilesRotated>
<flushFreq>64</flushFreq>
<flushInterval>100000</flushInterval>
<streamScope>1</streamScope>
</stream>
</precreatedStreamsData>
</log>
</log:BootConfig>