LoggingService impl logs IdP startup info, including on reload.
Basics
Logistics
Basics
Logistics
Description
The LogbackLoggingService has a method that dumps a bunch of IdP version and module/plugin information, but that runs every time the logging configuration gets set, which includes reloads of the service. That isn’t really useful, and I think we’d want to move that logging out to something else, probably just a diagnostic bean that gets loaded by Spring just for that purpose (and so only at actual startup).
The LogbackLoggingService has a method that dumps a bunch of IdP version and module/plugin information, but that runs every time the logging configuration gets set, which includes reloads of the service. That isn’t really useful, and I think we’d want to move that logging out to something else, probably just a diagnostic bean that gets loaded by Spring just for that purpose (and so only at actual startup).