Skip to content

Commit

Permalink
Merge pull request #669 from Lumiwealth/change-backup-warning-to-debug
Browse files Browse the repository at this point in the history
change warning to debug
  • Loading branch information
brettelliot authored Dec 18, 2024
2 parents 7682986 + 82945af commit 5e2cb6b
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 5e2cb6b

Please sign in to comment.