Actions
Bug #7910
closedMissing usefull logger in logger file
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
System integration
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
We have some logger that are extremenly usefull for debugging some kind of things but are not discoverable by an user.
So we have to put then in the default logback file (with accpetable log level) and comments on what they do, why/how use them.
Examples are:
- the logger wich output all LDAP request
- timing info about generation process
- cache invalidation / hit (node, compliance, etc)
- new node acceptation
...
The change can go in 2.11 as most of the add will be comments or things that don't actually do anything (because log level will be off)
Updated by François ARMAND almost 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/1047
Updated by Vincent MEMBRÉ over 8 years ago
- Target version changed from 2.11.19 to 2.11.20
Updated by François ARMAND over 8 years ago
- Pull Request changed from https://github.com/Normation/rudder/pull/1047 to https://github.com/Normation/rudder/pull/1058
Updated by François ARMAND over 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder|ea83c7fdb098d3c1e96a54e42eeca3df2e359ad8.
Updated by Vincent MEMBRÉ over 8 years ago
- Target version changed from 2.11.20 to 2.11.19
Updated by Vincent MEMBRÉ over 8 years ago
- Status changed from Pending release to Released
Actions