Actions
User story #3979
closedUser story #3977: Improve debug log when a Change Request can't be merged
Add upgrade script to add changeRequestLogger
Status:
Released
Priority:
4
Assignee:
Jonathan CLARKE
Category:
System integration
Target version:
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