change verbosity of testing log

This commit is contained in:
Timothy Pogue 2022-09-12 09:53:47 -06:00
parent 457075b823
commit 10852555e5
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class DataProvider:
:param data: Tuple containing the DataFrame and the datetime it was cached
"""
if self.__rpc:
logger.debug(f"Sending df {dataframe}")
logger.debug(f"Sending df {dataframe.iloc[-1]}")
self.__rpc.send_msg(
{
'type': RPCMessageType.ANALYZED_DF,