Improve comment formatting

This commit is contained in:
Matthias 2020-08-27 14:41:31 +02:00
parent cf719bc5d3
commit dc6d71f651
1 changed files with 2 additions and 2 deletions

View File

@ -644,10 +644,10 @@ 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"]
# "freqtrade.worker", "INFO", "Starting worker develop"]
return {'log_count': len(records), 'logs': records}