mylogger/config.yml

44 lines
694 B
YAML
Raw Normal View History

2023-04-08 13:08:37 +00:00
code: mylogger
debug: false
testMode: false
pingInterval: 300
2023-04-11 08:15:06 +00:00
flushInterval: 30
restartTimeout: 30
2023-04-11 08:15:06 +00:00
queueFlushDelay: 200
2023-04-30 11:09:42 +00:00
maxBulkLog: 25
2023-04-11 08:15:06 +00:00
upperCaseTable: true
serverId: 1
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-13 16:31:43 +00:00
userField:
- editorFk
2023-04-08 13:08:37 +00:00
showFields:
- name
- description
- nickname
2023-04-08 13:08:37 +00:00
castTypes:
tinyint: boolean
logs:
item:
2023-04-13 16:31:43 +00:00
logTable: itemLog
2023-04-08 13:08:37 +00:00
mainTable: item
tables:
- name: item
exclude:
- image
- supplyResponseFk
types:
isPrinted: boolean
- name: itemTag
relation: itemFk