All Downloads are FREE. Search and download functionalities are using the official Maven repository.

goodbye.config.json Maven / Gradle / Ivy

The newest version!
{
  "soa": {
    "serviceName": "goodbye"
  },

  "server": {
    "applicationConnectors": [
      {
        "type": "http"
      }
    ],

    "adminConnectors": [
      {
        "type": "http"
      }
    ]
  },

  "logging": {
    "appenders": [
      {
        "type": "file",
        "currentLogFilename": "./logs/goodbye.log",
        "archivedLogFilenamePattern": "./logs/goodbye-%d.log.gz",
        "archivedFileCount": "5",
        "timeZone": "UTC"
      },

      {
        "type": "console",
        "threshold": "DEBUG"
      }
    ]
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy