bachp/git-mirror

Allow to enable verbose logging on a per repository basis

bachp opened this issue · 1 comments

bachp commented

When debugging issues with specific repositories it is useful to allow verbose logging per repo.

Some ideas to do this:

  1. Add a verbose flag to the repository yaml
  2. Create a logger per repository so it can be matched via log configuration env variable
bachp commented

I will probably not implement this at the moment.