sbt-header icon indicating copy to clipboard operation
sbt-header copied to clipboard

Silent mode for `headerCreate`? (feature request)

Open deeplook opened this issue 8 years ago • 2 comments

I'm using the AutomateHeaderPlugin to create/update headers with every compile. Given that this always reports all touched filenames in the output leads to additional clutter in log files when running in CI. A nice-to-have feature would be to have a silent mode which reports only a summary like the number of touched files. I think scalafmt is doing something like that.

deeplook avatar Oct 12 '17 10:10 deeplook

@hseeberger maybe it's possible to pass some Marker when writing log messages to that users can simply turn off all log messages from this plugin?

britter avatar Dec 26 '17 10:12 britter

I don't know ...

hseeberger avatar Dec 26 '17 12:12 hseeberger