Project

General

Profile

Actions

User story #3979

closed

User story #3977: Improve debug log when a Change Request can't be merged

Add upgrade script to add changeRequestLogger

Added by Vincent MEMBRÉ over 10 years ago. Updated about 9 years ago.

Status:
Released
Priority:
4
Category:
System integration
Target version:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:

Description

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:

   <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> 
Actions

Also available in: Atom PDF