Change plugin config file format

Instead of the Git config style, use the standard log4j properties
format. Discussed in [1].

The format requires less boilerplate text. Instead of:

  [WARN]
    name = com.google.gerrit

  [DEBUG]
    name = org.eclipse.jgit

we need now only:

  com.google.gerrit=WARN
  org.eclipse.jgit=DEBUG

[1] https://groups.google.com/d/msg/repo-discuss/Ci-_uF3Vqfk/vadX6scUFQAJ

Change-Id: I648d69d2bd8c4bd956d99c4b0d321e3cd98a3d64
2 files changed
tree: b2d3e4a534089de7236ae36178365b33a46bf622
  1. src/
  2. .gitignore
  3. BUILD