Project

General

Profile

User story #3979

Updated by Vincent MEMBRÉ over 10 years ago

We added a specific logger to log specific information about change request and workflow. 

 we need to add a migration script to add this specific logger. 

 Content to add in logback.xml is:  

 <pre> 
    <logger name="changeRequest" level="info" additivity="false"> 
      <appender-ref ref="OPSLOG" /> 
      <!-- comment the following appender if you don't want to have logs about report in both stdout and opslog --> 
      <appender-ref ref="STDOUT" /> 
    </logger>  
 </pre>

Back