krosenvold/bgit

Logging into System.out spams bamboo.log

Closed this issue · 2 comments

The class ProcessUtilities writes into System.out and System.err - you should better use some Logger just like in the GitRepository.

Our projects use Repository Polling strategy and git plugin writes all git orders again and again into the log file.

It is fixed here: http://github.com/dmatej/bgit/downloads
I don't know how to send a patch - I cannot send e-mails from command line ... so I have created my own fork.

Thanks.