2023-05-30 18:09:05 +00:00
|
|
|
code: mylogger
|
|
|
|
debug: false
|
|
|
|
testMode: false
|
|
|
|
pingInterval: 300
|
|
|
|
flushInterval: 30
|
|
|
|
restartTimeout: 30
|
|
|
|
queueFlushDelay: 200
|
|
|
|
maxBulkLog: 25
|
|
|
|
maxQueueEvents: 10000
|
2023-06-06 08:55:56 +00:00
|
|
|
showCache:
|
|
|
|
maxLoops: 100
|
|
|
|
life: 300
|
2023-05-30 18:09:05 +00:00
|
|
|
serverId: 1
|
|
|
|
srcDb:
|
|
|
|
host: localhost
|
|
|
|
port: 3306
|
|
|
|
user: zongji
|
|
|
|
password: password
|
|
|
|
database: util
|
|
|
|
dstDb:
|
|
|
|
host: localhost
|
|
|
|
port: 3306
|
|
|
|
user: root
|
|
|
|
password: password
|
|
|
|
database: util
|