2023-04-08 13:08:37 +00:00
|
|
|
code: mylogger
|
|
|
|
debug: false
|
|
|
|
testMode: false
|
2023-04-11 08:15:06 +00:00
|
|
|
pingInterval: 3600
|
|
|
|
flushInterval: 30
|
2023-04-10 11:56:06 +00:00
|
|
|
restartTimeout: 30
|
2023-04-11 08:15:06 +00:00
|
|
|
queueFlushDelay: 200
|
2023-04-10 09:03:26 +00:00
|
|
|
maxBulkLog: 100
|
2023-04-11 08:15:06 +00:00
|
|
|
upperCaseTable: true
|
2023-04-10 09:03:26 +00:00
|
|
|
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
|