admin.config.json Maven / Gradle / Ivy
The newest version!
{
"server": {
"applicationConnectors": [
{
"type": "http"
}
],
"adminConnectors": [
{
"type": "http"
}
]
},
"logging": {
"appenders": [
{
"type": "file",
"currentLogFilename": "./logs/admin.log",
"archivedLogFilenamePattern": "./logs/admin-%d.log.gz",
"archivedFileCount": "5",
"timeZone": "UTC"
},
{
"type": "console",
"threshold": "DEBUG"
}
]
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy