Issue #550 has been updated by Clément OUDOT.

Status changed from Feedback to Closed
% Done changed from 50 to 100

It works!
----------------------------------------
Bug #550: LSC log all operations instead of operations listed in <logOperation>
http://tools.lsc-project.org/issues/550

Author: Clément OUDOT
Status: Closed
Priority: Normal
Assigned to: Clément OUDOT
Category: Core
Target version: 2.0.2
Problem in version: 


I tried to configure this logging in logback.xml:
<pre>
        <appender name="create" class="ch.qos.logback.core.FileAppender">
                <Append>false</Append>
                <File>create.csv</File>
                <layout class="org.lsc.utils.output.CsvLayout">
                        <logOperations>create</logOperations>
                        <attrs>dn</attrs>
                        <separator>;</separator>
                        <outputHeader>true</outputHeader>
                        <taskNames>MySyncTask</taskNames>
                </layout>
        </appender>
        <logger name="lsc" level="INFO">
                <appender-ref ref="create"/>
        </logger>
</pre>

The create.csv should only contains entries that have been created. But it also 
contains modified entries.



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://tools.lsc-project.org/my/account
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-dev mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-dev

Reply via email to