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

FIX: logging configuration

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