Skip to content

Commit

Permalink
change warning to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
brettelliot committed Dec 18, 2024
1 parent cac64a2 commit 82945af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lumibot/strategies/_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1983,7 +1983,7 @@ def load_variables_from_db(self):
df = pd.read_sql_query(query, self.db_engine, params=params)

if df.empty:
logger.warning("No data found in the backup")
logger.debug("No data found in the backup")
else:
# Parse the JSON data
json_data = df['variables'].iloc[0]
Expand Down

0 comments on commit 82945af

Please sign in to comment.