Container for device repository definitions.
Attribute | Description | Type | Default | Options | Use |
---|---|---|---|---|---|
preload | Whether or not the device information is preloaded into the caches when MCS starts | xs:boolean | none | optional |
<devices preload="false">
<standard>
<jdbc-repository project="NamedProject"/>
</standard>
<custom>
<file-repository location="/custom/devicerepository/"/>
</custom>
<logging>
<log-file>device_log.txt</log-file>
<e-mail>
...
</e-mail>
</logging>
</devices>