Architecture #19749
closedRemove useless log messages from packages scripts
Description
Currently our installation outputs contains a lot of useless stuff, that may mask actual problems.
The rationale behind this change is that our current install/update output is always big and contains various messages at various log levels, which makes it really hard to know at first sight if something went wrong.
Most of these messages only indicate a normal behavior "Creating users... Done", and they are unexpected in rpm/deb scripts, which are usually silent except when something goes wrong.
Messages in package script output should either:
- Indicate an error
- Give important instruction to the user
We should keep the volume minimal to make these messages stand out.
Updated by Alexis Mousset over 3 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset over 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder-packages/pull/2512
Updated by Alexis Mousset over 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|a38786fd8a2bb18f8096c9d28911376760b1b444.
Updated by Vincent MEMBRÉ about 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.0.0~beta1 which was released today.