-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig-template.yml
More file actions
43 lines (37 loc) · 1.22 KB
/
config-template.yml
File metadata and controls
43 lines (37 loc) · 1.22 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
server:
applicationConnectors:
- type: http
port: 9094
adminConnectors:
- type: http
port: 9095
requestLog:
appenders:
- type: console
- type: file
# The file to which current statements will be logged.
currentLogFilename: ./logs/api_requests.log
# When the log file rotates, the archived log will be renamed to this and gzipped. The
# %d is replaced with the previous day (yyyy-MM-dd). Custom rolling windows can be created
# by passing a SimpleDateFormat-compatible format as an argument: "%d{yyyy-MM-dd-hh}".
archivedLogFilenamePattern: ./logs/api_requests-%d.log.gz
# The number of archived files to keep.
archivedFileCount: 5
# The timezone used to format dates. HINT: USE THE DEFAULT, UTC.
timeZone: UTC
logging:
level: INFO
loggers:
io.dropwizard: DEBUG
appenders:
- type: console
- type: file
currentLogFilename: ./logs/api_internal.log
archivedLogFilenamePattern: ./logs/api_internal-%d.log.gz
archivedFileCount: 5
timeZone: UTC
cedarConfig:
apiKey: ''
baseUrl: 'https://resource.metadatacenter.org/'
swagger:
resourcePackage: org.metadatacenter.spreadsheetvalidator