spring-gradle-plugins / spring-build-conventions

Contains common build logic and uses conventions to build a Spring Project with Gradle
14 stars 18 forks source link

Disable gretty file logging #12

Closed vpavic closed 7 years ago

vpavic commented 7 years ago

By default, gretty outputs logs to both console and log file (see gretty logging reference), with default location for log file being $HOME/logs. This is IMO somewhat annoying since it causes the build to generate files outside of project directory.

This PR updates SpringSampleWarPlugin to disable gretty's log file.

rwinch commented 7 years ago

Thanks @vpavic! This is now merged into master