-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathserver.yml
More file actions
29 lines (29 loc) · 767 Bytes
/
server.yml
File metadata and controls
29 lines (29 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
server:
applicationConnectors:
- type: http
port: 8080
adminConnectors:
- type: http
port: 8081
logging:
level: INFO
loggers:
"org.verapdf":
level: DEBUG
additive: false
appenders:
- type: file
currentLogFilename: /var/opt/verapdf-rest/logs/verapdf-rest.log
threshold: ALL
queueSize: 512
discardingThreshold: 0
archive: true
archivedLogFilenamePattern: /var/opt/verapdf-rest/logs/verapdf-rest-%d.log
archivedFileCount: 20
timeZone: CET
logFormat: "%-5p [%d{ISO8601,UTC}] %c: %m%n%rEx"
bufferSize: 8KiB
immediateFlush: true
appenders:
- type: console
maxFileSize: ${VERAPDF_MAX_FILE_SIZE:-100}