mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-13 03:33:55 +00:00
change verbosity of testing log
This commit is contained in:
parent
457075b823
commit
10852555e5
|
@ -113,7 +113,7 @@ class DataProvider:
|
||||||
:param data: Tuple containing the DataFrame and the datetime it was cached
|
:param data: Tuple containing the DataFrame and the datetime it was cached
|
||||||
"""
|
"""
|
||||||
if self.__rpc:
|
if self.__rpc:
|
||||||
logger.debug(f"Sending df {dataframe}")
|
logger.debug(f"Sending df {dataframe.iloc[-1]}")
|
||||||
self.__rpc.send_msg(
|
self.__rpc.send_msg(
|
||||||
{
|
{
|
||||||
'type': RPCMessageType.ANALYZED_DF,
|
'type': RPCMessageType.ANALYZED_DF,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user