Skip to content

Commit

Permalink
Fixed logging entries in initial system configuration (Projector and …
Browse files Browse the repository at this point in the history
…Clockwork).
  • Loading branch information
mederly committed Apr 24, 2015
1 parent 7fbb52b commit 2dfe801
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/initial-objects/020-system-configuration.xml
Expand Up @@ -52,12 +52,12 @@
<classLogger>
<!-- Standard useful logger -->
<level>INFO</level>
<package>com.evolveum.midpoint.model.lens.projector.Projector</package>
<package>com.evolveum.midpoint.model.impl.lens.projector.Projector</package>
</classLogger>
<classLogger>
<!-- Standard useful logger -->
<level>INFO</level>
<package>com.evolveum.midpoint.model.lens.Clockwork</package>
<package>com.evolveum.midpoint.model.impl.lens.Clockwork</package>
</classLogger>

<appender xsi:type="c:FileAppenderConfigurationType" name="IDM_LOG"
Expand Down
Expand Up @@ -52,12 +52,12 @@
<classLogger>
<!-- Standard useful logger -->
<level>INFO</level>
<package>com.evolveum.midpoint.model.lens.projector.Projector</package>
<package>com.evolveum.midpoint.model.impl.lens.projector.Projector</package>
</classLogger>
<classLogger>
<!-- Standard useful logger -->
<level>INFO</level>
<package>com.evolveum.midpoint.model.lens.Clockwork</package>
<package>com.evolveum.midpoint.model.impl.lens.Clockwork</package>
</classLogger>

<appender xsi:type="c:FileAppenderConfigurationType" name="IDM_LOG"
Expand Down

0 comments on commit 2dfe801

Please sign in to comment.