bt-sync / sync-docker

Resilio Sync docker image
https://www.resilio.com
178 stars 59 forks source link

Umlauts create stderr messages flooding dockers log file #8

Closed gamma closed 6 years ago

gamma commented 7 years ago

We're having files with umlauts that also need syncing. But it seems that resilio does not like handling them and turns filesystem events into stderr messages flooding the log file of the docker container.

The messages are like:

{"log":"[20161221 06:10:08.035] FC[411E]: fs event for entry \"/mnt/mounted_folders/quality-data/products/reporting/branches/reporting-16.3/featureSerialize/%20äöü ÄÖÜ ß€#-%-\u0026nbsp;.rpt.pdf\" t:1479746815 s:2331 id:2050:6174429 type:1\n","stream":"stderr","time":"2016-12-21T06:10:08.035485248Z"}
{"log":"[20161221 06:10:08.035] FC[411E]: fs event for entry \"/mnt/mounted_folders/quality-data/products/reporting/branches/reporting-16.3/feature/__backup/%20äöü ÄÖÜ ß€#-%-\u0026nbsp;.rpt.ps\" t:1455277148 s:5698 id:2050:5898852 type:1\n","stream":"stderr","time":"2016-12-21T06:10:08.035700914Z"}
{"log":"[20161221 06:10:08.035] FC[411E]: fs event for entry \"/mnt/mounted_folders/quality-data/products/reporting/branches/reporting-16.3/feature/__backup/%20äöü ÄÖÜ ß€#-%-\u0026nbsp;.rpt.ps3\" t:1455277148 s:84505 id:2050:5898854 type:1\n","stream":"stderr","time":"2016-12-21T06:10:08.035951012Z"}
{"log":"[20161221 06:10:08.035] FC[411E]: fs event for entry \"/mnt/mounted_folders/quality-data/products/reporting/branches/reporting-16.3/feature/__backup/%20äöü ÄÖÜ ß€#-%-\u0026nbsp;.rpt.svg\" t:1455277148 s:1810 id:2050:5898856 type:1\n","stream":"stderr","time":"2016-12-21T06:10:08.035978179Z"}
{"log":"[20161221 06:10:08.036] FC[411E]: fs event for entry \"/mnt/mounted_folders/quality-data/products/reporting/trunk/featureSerialize/%20äöü ÄÖÜ ß€#-%-\u0026nbsp;.rpt.pdf\" t:1479746815 s:2331 id:2050:4334945 type:1\n","stream":"stderr","time":"2016-12-21T06:10:08.036214728Z"}
{"log":"[20161221 06:10:08.036] FC[411E]: fs event for entry \"/mnt/mounted_folders/quality-data/products/reporting/trunk/feature/%20äöü ÄÖÜ ß€#-%-\u0026nbsp;.rpt.htm\" t:1463671298 s:5307 id:2050:4327182 type:1\n","stream":"stderr","time":"2016-12-21T06:10:08.036278003Z"}
{"log":"[20161221 06:10:08.036] FC[411E]: fs event for entry \"/mnt/mounted_folders/quality-data/products/reporting/trunk/feature/%20äöü ÄÖÜ ß€#-%-\u0026nbsp;.rpt.pdf\" t:1481278512 s:2309 id:2050:3832962 type:1\n","stream":"stderr","time":"2016-12-21T06:10:08.036595846Z"}
{"log":"[20161221 06:10:08.036] FC[411E]: fs event for entry \"/mnt/mounted_folders/quality-data/products/reporting/trunk/feature/__backup/%20äöü ÄÖÜ ß€#-%-\u0026nbsp;.rpt.ps\" t:1455277148 s:5698 id:2050:4344643 type:1\n","stream":"stderr","time":"2016-12-21T06:10:08.036610861Z"}
{"log":"[20161221 06:10:08.036] FC[411E]: fs event for entry \"/mnt/mounted_folders/quality-data/products/reporting/trunk/feature/__backup/%20äöü ÄÖÜ ß€#-%-\u0026nbsp;.rpt.ps3\" t:1455277148 s:84505 id:2050:4344645 type:1\n","stream":"stderr","time":"2016-12-21T06:10:08.036968932Z"}
{"log":"[20161221 06:10:08.036] FC[411E]: fs event for entry \"/mnt/mounted_folders/quality-data/products/reporting/trunk/feature/__backup/%20äöü ÄÖÜ ß€#-%-\u0026nbsp;.rpt.svg\" t:1455277148 s:1810 id:2050:4344647 type:1\n","stream":"stderr","time":"2016-12-21T06:10:08.036986741Z"}

The file name in question is "%20äöü ÄÖÜ ß€#-%- .rpt.csv" (direct copy paste from mac terminal).

The Resilio Docker Container is running on an Ubuntu (16.04.01 LTS) box and syncing to a Windows 2016 Server (Resilio as service).

There are two questions at hand:

  1. How to stop spamming the docker logs
  2. Why does it not sync this file?
roman-zanin commented 7 years ago

@gamma Could you please contact us via support page? Please mention this git issue in message body.