Skip to content
Snippets Groups Projects
Verified Commit 645fc3f3 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

FIX: logging configuration

parent 71b63ec9
Branches
Tags
2 merge requests!103Release 0.11.0,!97F response log format
Pipeline #38222 passed
...@@ -54,7 +54,7 @@ public class CustomConfigurationFactory extends PropertiesConfigurationFactory { ...@@ -54,7 +54,7 @@ public class CustomConfigurationFactory extends PropertiesConfigurationFactory {
LOGGER.debug("Reconfiguration is done by {}", getClass().toString()); LOGGER.debug("Reconfiguration is done by {}", getClass().toString());
List<String> sources = getConfigFiles(); List<String> sources = getConfigFiles();
if (sources.size() > 1) { if (sources.size() > 0) {
final List<AbstractConfiguration> configs = new ArrayList<>(); final List<AbstractConfiguration> configs = new ArrayList<>();
for (final String sourceLocation : sources) { for (final String sourceLocation : sources) {
LOGGER.debug("Reconfigure with {}", sourceLocation); LOGGER.debug("Reconfigure with {}", sourceLocation);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment