Details
Assignee
UnassignedUnassignedReporter
Julian LadischJulian LadischPriority
P3Sprint
Development Team
Core: PlatformTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Unassigned
UnassignedReporter
Julian Ladisch
Julian LadischPriority
Sprint
Development Team
Core: Platform
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created August 17, 2018 at 12:05 PM
Updated July 5, 2021 at 10:18 AM
RMB-211 adds a FolioLog4j2LogDelegate where log.error(e) is changed to also log the stacktrace of exception e. We usually want the stacktrace in the log.
Do we want RMB to automatically enable this for all modules that use RMB?
This is a one line change in RestLauncher.java - replace Log4j2LogDelegateFactory by FolioLog4j2LogDelegateFactory: https://github.com/folio-org/raml-module-builder/blob/master/domain-models-runtime/src/main/java/org/folio/rest/RestLauncher.java