mongodb / stitch-ios-sdk

Apache License 2.0
42 stars 25 forks source link

Infinite logging of data synchronizer. #200

Open funct7 opened 4 years ago

funct7 commented 4 years ago

I don't know why but Stitch suddenly started to log every second like so:

2020-01-01 14:59:14.154892+0900 YUN ⍺[3485:1069316] [sync] (
    "dataSynchronizer-app-id",
    "t='69': doSyncPass START"
)
2020-01-01 14:59:14.155600+0900 YUN ⍺[3485:1069316] [sync] (
    "dataSynchronizer-app-id",
    "t='69': syncRemoteToLocal START"
)
2020-01-01 14:59:14.157012+0900 YUN ⍺[3485:1069316] [sync] (
    "dataSynchronizer-app-id",
    "t='69': syncRemoteToLocal END"
)
2020-01-01 14:59:14.157443+0900 YUN ⍺[3485:1069316] [sync] (
    "dataSynchronizer-app-id",
    "t='69': syncLocalToRemote START"
)
2020-01-01 14:59:14.157957+0900 YUN ⍺[3485:1069316] [sync] (
    "dataSynchronizer-app-id",
    "t='69': syncLocalToRemote END"
)
2020-01-01 14:59:14.158489+0900 YUN ⍺[3485:1069316] [sync] (
    "dataSynchronizer-app-id",
    "t='69': doSyncPass END"
)

This is really driving me crazy and making it hard for me to log anything.