Add server log file rotation settings

This commit is contained in:
schroda
2024-09-01 03:04:34 +02:00
parent fe8043c232
commit 274c4c6489
7 changed files with 94 additions and 10 deletions

View File

@@ -997,6 +997,20 @@
}
},
"misc": {
"log_files": {
"file_cleanup": {
"title": "Log file cleanup",
"value": "Delete backups that are older than $t(global.date.value.label.day)"
},
"file_size": {
"description": "Example for possible values: 1 (bytes), 1KB (kilobytes), 1MB (megabytes), 1GB (gigabytes)",
"title": "Maximum log file size"
},
"total_size": {
"description": "$t(settings.server.misc.log_files.file_size.description)",
"title": "Maximum size of all log files"
}
},
"log_level": {
"graphql": {
"label": {