With the latest changes (I think commit: https://github.com/matomo-org/matomo-log-analytics/commit/58e162ea9c10d3d2e4859e869ea586edf818eaa6) I am unable to import logs from syslog using the recommended way (https://github.com/matomo-org/matomo-log-analytics/tree/3.x-dev#matomosh-syslog-ng-version) The input file for `ìmport_logs.py` is `-`, but I think it is removed in the following line: https://github.com/matomo-org/matomo-log-analytics/blob/3.x-dev/import_logs.py#L952 (`all_filenames = all_filenames + glob.glob(self.filename)`)