Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.2
-
None
Description
Colleague asked for printing out all the ConfigSources + all configured values during boot. Basically the same information we now provide via JMX, but just in the log.
Of course this option should be off by default but might get enabled by a config property.
Technically this might get implemented in the ConfigExtension as easy as having a step in AfterDeploymentValidation which just collects the info and logs it out.