-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path04_workdir.yaml
More file actions
47 lines (43 loc) · 1.35 KB
/
04_workdir.yaml
File metadata and controls
47 lines (43 loc) · 1.35 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
44
45
46
47
# -------------------------------------
# ---- Logging -----
# -------------------------------------
logging:
handlers:
file:
filename: logs/app_go_logger.log
loggers:
default:
level: WARNING
# Logger configuration for each package
pkg_infra:
level: INFO
download_manager:
level: INFO
handlers: [file, console]
propagate: false
ontograph:
level: INFO
handlers: [file, console]
propagate: false
# -------------------------------------
# ---- Integrations -----
# -------------------------------------
integrations: # New question: store the big yaml?
# OntoGraph
ontograph:
settings:
- enabled: true # This will be switch <--- what should be the default value?
- cache_path: ontograph_config.yaml
- downloader: download_manager
- source_ontology: chebi
- backend: graphblas
# Download manager
download_manager:
settings:
enabled: true # This will be switch <--- what should be the default value?
path: /tmp
backend: requests
url: https://getsamplefiles.com/download/txt/sample-1.txt
dest: false
newer_than:
older_than: