andymeneely / git-churn

(ALPHA) A fast tool for collecting code churn metrics from git repositories.
8 stars 2 forks source link

Turn off logging by default #35

Open andymeneely opened 4 years ago

andymeneely commented 4 years ago

The logger should be set to off by default - just the output. That way if we do git-churn &1> output.json &2>err.log then it won't have other stuff in it. The current logging can be classified as "debug" instead of info.

ashishgalagali commented 4 years ago

--json=true works

error logs pending

ashishgalagali commented 4 years ago

-l=true or --logging=true enables execution logs. By default it is set to false i.e. execution logs are disabled.