Aktionen
GX-Task #70324
geschlossenAfterbuy - Logging verbessern | Improve logging
Status:
Erledigt
Priorität:
Normal
Zugewiesen an:
Marvin Muxfeld
Kategorie:
Afterbuy
Zielversion:
% erledigt:
0%
Steps to reproduce:
Betroffene Versionen:
4.7.2.3
Release Notes Langtext:
Afterbuy - Das Logging ist verbessert worden
Beschreibung
The Afterbuy modules log level is not considered for most actions. For example, you can set the log level to the warning, but notices get logged.
The issue is the direct usage of the logger()
function without considering the module configuration. To solve the issue, the AfterbuyLogger
should be implemented for code using the GambioCore
framework. Then, all usages of the logger function should be replaced with the new AfterbuyLogger
implementation-
Aktionen