CMDBuild Forum

Wizard connector and logs

Hello,

 

I use the new wizard connector (task manager). I add my servers from ocsinventory into cmdbuild, and it's working well.

 

But i have a question. I can have many informations when there is an errror with the connector (cmdbuild.log in logs folder) but i would like to know if is-it possible to have informations even when the connector work good. For example an other log files  (for example connector_%datetime%.log) with :

 

Job 418185 :

 

Insert into my_class values values1, values2, values3,...) 

 

Or maybe is-it already possible with a new config of log4j ?

 

Thank you

You can configure the log4j parameter log4j.logger.org.cmdbuild.services.sync.logging

CMDBuild Team

 

It’s working, i had to put TRACE for log4j.logger.org.cmdbuild.services.sync.logging

 
Thank you