Actions
Feature #30586
openLog output should display current phase rather than the name of the logger
Description
The log output today shows the name of the logger (e.g. main, fatal) which provides little to no context for users debugging log output. Changing this to indicate the current phase (e.g. boot phase, post install, puppet apply, etc.) will provide more context for debugging.
Updated by Ewoud Kohl van Wijngaarden almost 5 years ago
Actually, I was thinking of using a logger per phase so that you automatically get this.
Actions