We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a180f7 + 1be898b commit 4a9570aCopy full SHA for 4a9570a
1 file changed
lib/java_buildpack/component/services.rb
@@ -46,7 +46,7 @@ def one_service?(filter, *required_credentials)
46
match = true
47
else
48
logger = JavaBuildpack::Logging::LoggerFactory.instance.get_logger Services
49
- logger.warn do
+ logger.debug do
50
"A service with a name label or tag matching #{filter} was found, but was missing one of the required" \
51
" credentials #{required_credentials}"
52
end
0 commit comments