{
  "appenders": [
    {
      "type": "file",
      "filename": "auth.log",
      "maxLogSize": 20480,
      "backups": 5,
      "category": "auth"
    }
  ]
}