[
https://issues.apache.org/jira/browse/DELTASPIKE-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Struberg resolved DELTASPIKE-1254.
---------------------------------------
Resolution: Fixed
The feature can now be enabled by setting the following configuration entry to
true:
{quote}
public static final String DELTASPIKE_LOG_CONFIG = "deltaspike.config.log";
{quote}
> print full configuration on bootstrap
> -------------------------------------
>
> Key: DELTASPIKE-1254
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-1254
> Project: DeltaSpike
> Issue Type: New Feature
> Components: Configuration
> Affects Versions: 1.7.2
> Reporter: Mark Struberg
> Assignee: Mark Struberg
> Fix For: 1.8.0
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)