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.
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.