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>
Updated by Vincent MEMBRÉ about 11 years ago
- Pull Request set to https://github.com/Normation/rudder-packages/pull/131
Pull request here : https://github.com/Normation/rudder-packages/pull/131
Updated by Vincent MEMBRÉ about 11 years ago
- Description updated (diff)
- Status changed from New to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Jonathan CLARKE
Pull request here : https://github.com/Normation/rudder-packages/pull/131
This should not be merged until https://github.com/Normation/rudder/pull/327 is merged too
Updated by Jonathan CLARKE about 11 years ago
- Status changed from Pending technical review to 12
TR OK.
Updated by Vincent MEMBRÉ about 11 years ago
- Status changed from 12 to Pending release
- % Done changed from 0 to 100
Applied in changeset packages:commit:e79b0b946956017540f25ad3164101f3c19ca55a.
Updated by Vincent MEMBRÉ about 11 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.8.0~beta1, which was released today.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2013-October/000056.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog28
- Download information: http://www.rudder-project.org/foswiki/Download/
Updated by Benoît PECCATTE over 9 years ago
- Category changed from 39 to System integration
Updated by Benoît PECCATTE over 9 years ago
- Tracker changed from 6 to User story
Actions