We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95e6484 + 0b802f4 commit 0ef8178Copy full SHA for 0ef8178
1 file changed
lib/java_buildpack/framework/spring_auto_reconfiguration.rb
@@ -103,7 +103,7 @@ def modify_web_xml
103
web_xml = File.join @app_dir, WEB_XML
104
105
if File.exists? web_xml
106
- @logger.info 'Modifying /WEB-INF/web.xml for Auto Reconfiguration'
+ puts ' Modifying /WEB-INF/web.xml for Auto Reconfiguration'
107
@logger.debug { " Original web.xml: #{File.read web_xml}" }
108
109
modifier = File.open(web_xml) { |file| WebXmlModifier.new(file) }
0 commit comments