System Configuration object is a midPoint object that represents global system configuration applicable for the system itself, logging, profiling, all the resources, tasks, processes and all other aspects of the system. There is usually just one system configuration object. It has fixed OID 00000000-0000-0000-0000-000000000001
.
Example
<systemConfiguration oid="00000000-0000-0000-0000-000000000001"> <name>SystemConfiguration</name> <logging> <rootLoggerAppender>File Appender</rootLoggerAppender> <rootLoggerLevel>INFO</rootLoggerLevel> <appender xsi:type="c:FileAppenderConfigurationType" name="File Appender" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <pattern>%date [%thread] %-5level \(%logger{46}\): %message%n</pattern> <fileName>target/test.log</fileName> <append>true</append> </appender> </logging> </systemConfiguration>