mylogger/config.yml

39 lines
627 B
YAML
Raw Normal View History

2023-04-08 13:08:37 +00:00
code: mylogger
debug: false
testMode: false
pingInterval: 60
flushInterval: 10
restartTimeout: 30
2023-04-10 09:03:26 +00:00
queueFlushDelay: 100
maxBulkLog: 100
srcDb:
2023-04-08 13:08:37 +00:00
host: localhost
port: 3306
user: zongji
password: password
database: util
2023-04-10 09:03:26 +00:00
dstDb:
host: localhost
port: 3306
user: root
password: password
database: util
2023-04-08 13:08:37 +00:00
showFields:
- name
- description
castTypes:
tinyint: boolean
logs:
item:
logTable: vn.itemLog
mainTable: item
tables:
- name: item
exclude:
- image
- supplyResponseFk
types:
isPrinted: boolean
- name: itemTag
relation: itemFk