logdata-anomaly-miner icon indicating copy to clipboard operation
logdata-anomaly-miner copied to clipboard

Improve Error output when file input specifier is missing

Open landauermax opened this issue 1 year ago • 0 comments
trafficstars

When missing the file: specifier in the LogResourceList, the current error looks like:

Unsupported schema in LogResourceList: {'url': b'/home/landauerm/videoserver/logs/error.log.1', 'parser_id': 'ApacheErrorParsingModel', 'json': None, 'xml': None}

It is not obvious from this error that the url should look like file:///home/landauerm/videoserver/logs/error.log.1 instead. The error message should be improved to make this clear, since it is very easy to miss the specifier.

landauermax avatar Oct 02 '24 13:10 landauermax