Actions
User story #24238
closedRudder-package should log the package scripts outputs and errors
Effort required:
Name check:
To do
Fix check:
Checked
Regression:
No
Description
Currently, the plugin manager redirects the package scripts execution output to its stdout.
This is not easily manageable as package scripts are not always well written and may display debug unwanted debug information in their output.
This ticket will instead log the package scripts stdout/stderr as a serialized json and put in the dedicated script folder of the plugin (/var/rudder/packages<plugin-name>) and display a message redirecting to the log file in case of an error.
We do not have to care about the log rotation since this folder is cleanup at package upgrade and removal.
Updated by Félix DALLIDET 9 months ago
- Status changed from New to In progress
- Assignee set to Félix DALLIDET
Updated by Félix DALLIDET 9 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Félix DALLIDET to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/5409
Updated by Félix DALLIDET 9 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|cd93ce019c77feda1eed9ce34248330855ae1f24.
Updated by Vincent MEMBRÉ 9 months ago
This bug has been fixed in Rudder 8.0.6 which was released today.
Updated by Vincent MEMBRÉ 8 months ago
- Status changed from Pending release to Released
Actions