Improve comment formatting

This commit is contained in:
Matthias 2020-08-27 14:41:31 +02:00
parent cf719bc5d3
commit dc6d71f651

View File

@ -644,7 +644,7 @@ class RPC:
r.message + ('\n' + r.exc_text if r.exc_text else '')]
for r in buffer]
# Logs format:
# Log format:
# [logtime-formatted, logepoch, logger-name, loglevel, message \n + exception]
# e.g. ["2020-08-27 11:35:01", 1598520901097.9397,
# "freqtrade.worker", "INFO", "Starting worker develop"]