Issue #156 has been updated by Rémy-Christophe Schermesser.
Ok here the v2. I have added the prefix _.output._, added the _filename_ property and remove the boolean on the root (CSV = true, LDIF = true). It was stupid to add this. lsc.myTask.output.CSV.filename = /tmp/csv.log lsc.myTask.output.CSV.operations = create, delete lsc.myTask.output.CSV.attrs = cn;dn lsc.myTask.output.CSV.separator = ; (optional) For the ldif : lsc.myTask.output.LDIF.filename = /tmp/csv.log lsc.myTask.output.LDIF.operations = create, delete ---------------------------------------- Feature #156: Configure CSV and LDIF output rom the lsc.properties file http://tools.lsc-project.org/issues/show/156 Author: Rémy-Christophe Schermesser Status: New Priority: Normal Assigned to: Rémy-Christophe Schermesser Category: Core Target version: 1.2.0 It should be nice to be able to configure the CSV and LDIF output from the lsc.properties file and not from the logback.xml file. What do you think of : lsc.myTask.CSV = true lsc.myTask.CSV.logOperations = create, delete lsc.myTask.CSV.attrs = cn;dn lsc.myTask.CSV.separator = ; (optional) For the ldif : lsc.myTask.LDIF = true lsc.myTask.LDIF.logOperation = create, delete -- 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

