mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
change missing config logging from warn to debug
This commit is contained in:
@@ -150,9 +150,9 @@ public class ScmConfigurationUtil
|
|||||||
throw new ConfigurationException("could not load config", ex);
|
throw new ConfigurationException("could not load config", ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (logger.isWarnEnabled())
|
else if (logger.isDebugEnabled())
|
||||||
{
|
{
|
||||||
logger.warn("could not find ScmConfiuration file at {}", file);
|
logger.debug("could not find ScmConfiuration file at {}", file);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user