Skip to:
Purpose/Overview:Logging should be improved for more productive troubleshooting.
Requirements/Scope:The logging commands of the module should be adjusted according to the document: https://folio-org.atlassian.net/wiki/display/DD/Logging (hereinafter doc.), including the following aspects:
Log message must be informative and contain business parameters/indicators (see doc. sec. 1.1)
Logging of import business logic actions and steps (see doc. sec. 1.2)
Logging of any edge cases scenarios and essential conditional business logic paths (see doc. sec. 1.3)
Logging of all exceptional cases (see doc. sec. 1.4)
Avoid logging sensitive information or use a specific method of Folio Spring Base to produce messages (see doc. sec. 3)
AСThe logging commands of the module were adjusted according to the requirements.
Logging improvements has been applied in scope of this PR https://folio-org.atlassian.net/browse/MODEBSNET-28
Closing this ticket as Done
Purpose/Overview:
Logging should be improved for more productive troubleshooting.
Requirements/Scope:
The logging commands of the module should be adjusted according to the document: https://folio-org.atlassian.net/wiki/display/DD/Logging (hereinafter doc.), including the following aspects:
Log message must be informative and contain business parameters/indicators (see doc. sec. 1.1)
Logging of import business logic actions and steps (see doc. sec. 1.2)
Logging of any edge cases scenarios and essential conditional business logic paths (see doc. sec. 1.3)
Logging of all exceptional cases (see doc. sec. 1.4)
Avoid logging sensitive information or use a specific method of Folio Spring Base to produce messages (see doc. sec. 3)
AС
The logging commands of the module were adjusted according to the requirements.