Logging improvement - Configuration
Description
Environment
None
Potential Workaround
None
clones
relates to
Checklist
hideTestRail: Results
Activity
Show:

Taras Spashchenko October 24, 2022 at 1:51 PM
This task must be completed in the scope of the Orchid release.
Done
Created October 24, 2022 at 12:56 PM
Updated March 30, 2023 at 12:02 PM
Resolved November 10, 2022 at 9:10 AM
TestRail: Cases
TestRail: Runs
Purpose/Overview:
Logging should be improved for more productive troubleshooting.
Requirements/Scope:
Check that log4j2.properties doesn't exist or it is aligned with https://folio-org.atlassian.net/wiki/display/DD/Folio+logging+solution
Enable the /loggers endpoint in our application.properties file by adding the following lines:
management.endpoints.web.exposure.include=loggers
management.endpoint.loggers.enabled=true
The version of the folio-spring-base should be updated (see )
Add step "Check logging" to PULL_REQUEST_TEMPLATE.md
AС
The property file and all logging commands are adjusted.