updated warning message

This commit is contained in:
Marius 2020-10-29 00:23:12 +01:00
parent fd38f6cef2
commit a0accbeb6f

View file

@ -192,7 +192,7 @@ def logparse(
log = re_ipv6
else:
logging.warning('Failed to match regex that previously matched!? Skipping this line!\n'
'Please share the log line below on Discord or Github!\n'
'If you think the regex should have mathed the line, please share the log line below on https://discord.gg/HSPa4cz or Github: https://github.com/gilbN/geoip2influx\n'
f'Line: {line}'
)
continue